JDK-8279061 : Remove references to obsolete libjfxmedia_qtkit library from build.gradle
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: 8u171,jfx18
  • Priority: P5
  • Status: Open
  • Resolution: Unresolved
  • OS: os_x
  • Submitted: 2021-12-21
  • Updated: 2024-11-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Blocks :  
Relates :  
Relates :  
Description
I happened to spot this in the log while doing a build:

file or directory 'modules/javafx.media/build/native/mac/Release/libjfxmedia_qtkit.dylib', not found

The QuickTime-based media player on macOS was removed by JDK-8145602. As a follow-on fix, JDK-8242531 removed the logic from OSXPlatform that tried to load nonexistent libjfxmedia_qtkit library. There are still two references (plus a comment) in build.gradle that should be removed.