-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
10.0.1
-
x86
-
os_x
A DESCRIPTION OF THE PROBLEM :
After installing Java 10.0.1, my JavaFX applications no longer launch. Swing Apps are fine. I'm running OS X 10.9.5.
I see this output:
brian-suttons-mac-pro:Applications briansutton$ java -jar SiteLinkerFx.jar
dyld: lazy symbol binding failed: Symbol not found: _pthread_set_qos_class_self_np
Referenced from: /Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/lib/libjfxwebkit.dylib
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _pthread_set_qos_class_self_np
Referenced from: /Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/lib/libjfxwebkit.dylib
Expected in: /usr/lib/libSystem.B.dylib
Trace/BPT trap: 5
REGRESSION : Last worked in version 8u161
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Execute: java -jar <launchable jar file>
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
JavaFX should start up and run the program. It worked fine before installing the latest Java version.
ACTUAL -
I get the console output shown above and the application launch aborts. (I see an icon appear briefly on my dock, as though it's about to start up.)
CUSTOMER SUBMITTED WORKAROUND :
None found.
FREQUENCY : always
After installing Java 10.0.1, my JavaFX applications no longer launch. Swing Apps are fine. I'm running OS X 10.9.5.
I see this output:
brian-suttons-mac-pro:Applications briansutton$ java -jar SiteLinkerFx.jar
dyld: lazy symbol binding failed: Symbol not found: _pthread_set_qos_class_self_np
Referenced from: /Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/lib/libjfxwebkit.dylib
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _pthread_set_qos_class_self_np
Referenced from: /Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/lib/libjfxwebkit.dylib
Expected in: /usr/lib/libSystem.B.dylib
Trace/BPT trap: 5
REGRESSION : Last worked in version 8u161
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Execute: java -jar <launchable jar file>
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
JavaFX should start up and run the program. It worked fine before installing the latest Java version.
ACTUAL -
I get the console output shown above and the application launch aborts. (I see an icon appear briefly on my dock, as though it's about to start up.)
CUSTOMER SUBMITTED WORKAROUND :
None found.
FREQUENCY : always