Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Exception in Application start method
- Exception in thread "main" java.lang.reflect.InvocationTargetException
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
- Caused by: java.lang.RuntimeException: Exception in Application start method
- at com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source)
- at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$152(Unknown Source)
- at com.sun.javafx.application.LauncherImpl$$Lambda$2/793589513.run(Unknown Source)
- at java.lang.Thread.run(Unknown Source)
- Caused by: javafx.fxml.LoadException:
- fxml/home.fxml
- at javafx.fxml.FXMLLoader.constructLoadException(Unknown Source)
- at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
- at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
- at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
- at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
- at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
- at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
- at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
- at javafx.fxml.FXMLLoader.load(Unknown Source)
- at controller.Boorus.start(Boorus.java:19)
- at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$159(Unknown Source)
- at com.sun.javafx.application.LauncherImpl$$Lambda$52/1183105585.run(Unknown Source)
- at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$172(Unknown Source)
- at com.sun.javafx.application.PlatformImpl$$Lambda$48/1430484069.run(Unknown Source)
- at com.sun.javafx.application.PlatformImpl.lambda$null$170(Unknown Source)
- at com.sun.javafx.application.PlatformImpl$$Lambda$50/144518274.run(Unknown Source)
- at java.security.AccessController.doPrivileged(Native Method)
- at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(Unknown Source)
- at com.sun.javafx.application.PlatformImpl$$Lambda$49/633646243.run(Unknown Source)
- at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
- at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
- at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source)
- at com.sun.glass.ui.win.WinApplication$$Lambda$38/1714398014.run(Unknown Source)
- ... 1 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement