mrchebik

Untitled

Aug 9th, 2018
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. Exception in Application start method
  2. Exception in thread "main" java.lang.RuntimeException: Exception in Application start method
  3. at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:973)
  4. at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:198)
  5. at java.base/java.lang.Thread.run(Thread.java:844)
  6. Caused by: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
  7. at com.airhacks.afterburner.injection.Injector.initialize(Injector.java:179)
  8. at com.airhacks.afterburner.injection.Injector.injectAndInitialize(Injector.java:126)
  9. at com.airhacks.afterburner.injection.Injector.registerExistingAndInject(Injector.java:105)
  10. at com.airhacks.afterburner.injection.Injector.instantiatePresenter(Injector.java:57)
  11. at com.airhacks.afterburner.views.FXMLView.lambda$loadSynchronously$1(FXMLView.java:96)
  12. at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processAttribute(FXMLLoader.java:938)
  13. at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.processAttribute(FXMLLoader.java:980)
  14. at javafx.fxml/javafx.fxml.FXMLLoader$Element.processStartElement(FXMLLoader.java:227)
  15. at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(FXMLLoader.java:752)
  16. at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(FXMLLoader.java:2722)
  17. at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2552)
  18. at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2466)
  19. at javafx.fxml/javafx.fxml.FXMLLoader.load(FXMLLoader.java:2435)
  20. at com.airhacks.afterburner.views.FXMLView.loadSynchronously(FXMLView.java:99)
  21. at com.airhacks.afterburner.views.FXMLView.initializeFXMLLoader(FXMLView.java:125)
  22. at com.airhacks.afterburner.views.FXMLView.getView(FXMLView.java:137)
  23. at ru.mrchebik.gui.place.start.StartPlace.initializeGui(StartPlace.java:42)
  24. at ru.mrchebik.gui.place.start.StartPlace.start(StartPlace.java:20)
  25. at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:919)
  26. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$11(PlatformImpl.java:449)
  27. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(PlatformImpl.java:418)
  28. at java.base/java.security.AccessController.doPrivileged(Native Method)
  29. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:417)
  30. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
  31. at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
  32. at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)
  33. ... 1 more
  34. Caused by: java.lang.ClassNotFoundException: javax.annotation.PostConstruct
  35. at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
  36. at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
  37. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
  38. ... 27 more
Advertisement
Add Comment
Please, Sign In to add comment