-
Bug
-
Resolution: Incomplete
-
P3
-
8
-
None
-
Window 7 64bit, jdk1.8.0b99, x8.0b99
Some FX applications don't start and throw exception at launch
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:778)
Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodError: reportException
at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:383)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:168)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:616)
at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:56)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:150)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.NoSuchMethodError: reportException
at com.sun.glass.ui.win.WinApplication.initIDs(Native Method)
at com.sun.glass.ui.win.WinApplication.<clinit>(WinApplication.java:60)
at com.sun.glass.ui.win.WinPlatformFactory.createApplication(WinPlatformFactory.java:56)
at com.sun.glass.ui.win.WinPlatformFactory.createApplication(WinPlatformFactory.java:53)
at com.sun.glass.ui.Application.run(Application.java:141)
at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:368)
... 5 more
Java Result: 1
I can run other applications successfully. I use jdk1.8.0b99 and fx8.0b99 on Windows7 64bit. I don't know what cases this problem.
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:778)
Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodError: reportException
at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:383)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:168)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:616)
at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:56)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:150)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.NoSuchMethodError: reportException
at com.sun.glass.ui.win.WinApplication.initIDs(Native Method)
at com.sun.glass.ui.win.WinApplication.<clinit>(WinApplication.java:60)
at com.sun.glass.ui.win.WinPlatformFactory.createApplication(WinPlatformFactory.java:56)
at com.sun.glass.ui.win.WinPlatformFactory.createApplication(WinPlatformFactory.java:53)
at com.sun.glass.ui.Application.run(Application.java:141)
at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:368)
... 5 more
Java Result: 1
I can run other applications successfully. I use jdk1.8.0b99 and fx8.0b99 on Windows7 64bit. I don't know what cases this problem.