Advertisement
Guest User

exception JavaFX

a guest
Jun 15th, 2015
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. Exception in Application start method
  2. Exception in thread "main" java.lang.reflect.InvocationTargetException
  3. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  4. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  6. at java.lang.reflect.Method.invoke(Unknown Source)
  7. at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
  8. Caused by: java.lang.RuntimeException: Exception in Application start method
  9. at com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source)
  10. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$152(Unknown Source)
  11. at com.sun.javafx.application.LauncherImpl$$Lambda$2/793589513.run(Unknown Source)
  12. at java.lang.Thread.run(Unknown Source)
  13. Caused by: javafx.fxml.LoadException:
  14. fxml/home.fxml
  15.  
  16. at javafx.fxml.FXMLLoader.constructLoadException(Unknown Source)
  17. at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
  18. at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
  19. at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
  20. at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
  21. at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
  22. at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
  23. at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
  24. at javafx.fxml.FXMLLoader.load(Unknown Source)
  25. at controller.Boorus.start(Boorus.java:19)
  26. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$159(Unknown Source)
  27. at com.sun.javafx.application.LauncherImpl$$Lambda$52/1183105585.run(Unknown Source)
  28. at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$172(Unknown Source)
  29. at com.sun.javafx.application.PlatformImpl$$Lambda$48/1430484069.run(Unknown Source)
  30. at com.sun.javafx.application.PlatformImpl.lambda$null$170(Unknown Source)
  31. at com.sun.javafx.application.PlatformImpl$$Lambda$50/144518274.run(Unknown Source)
  32. at java.security.AccessController.doPrivileged(Native Method)
  33. at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(Unknown Source)
  34. at com.sun.javafx.application.PlatformImpl$$Lambda$49/633646243.run(Unknown Source)
  35. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
  36. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  37. at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source)
  38. at com.sun.glass.ui.win.WinApplication$$Lambda$38/1714398014.run(Unknown Source)
  39. ... 1 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement