Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Exception in Application start method
- Exception in thread "main" java.lang.RuntimeException: Exception in Application start method
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:973)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:198)
- at java.base/java.lang.Thread.run(Thread.java:844)
- Caused by: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
- at com.airhacks.afterburner.injection.Injector.initialize(Injector.java:179)
- at com.airhacks.afterburner.injection.Injector.injectAndInitialize(Injector.java:126)
- at com.airhacks.afterburner.injection.Injector.registerExistingAndInject(Injector.java:105)
- at com.airhacks.afterburner.injection.Injector.instantiatePresenter(Injector.java:57)
- at com.airhacks.afterburner.views.FXMLView.lambda$loadSynchronously$1(FXMLView.java:96)
- at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processAttribute(FXMLLoader.java:938)
- at javafx.fxml/javafx.fxml.FXMLLoader$InstanceDeclarationElement.processAttribute(FXMLLoader.java:980)
- at javafx.fxml/javafx.fxml.FXMLLoader$Element.processStartElement(FXMLLoader.java:227)
- at javafx.fxml/javafx.fxml.FXMLLoader$ValueElement.processStartElement(FXMLLoader.java:752)
- at javafx.fxml/javafx.fxml.FXMLLoader.processStartElement(FXMLLoader.java:2722)
- at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2552)
- at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2466)
- at javafx.fxml/javafx.fxml.FXMLLoader.load(FXMLLoader.java:2435)
- at com.airhacks.afterburner.views.FXMLView.loadSynchronously(FXMLView.java:99)
- at com.airhacks.afterburner.views.FXMLView.initializeFXMLLoader(FXMLView.java:125)
- at com.airhacks.afterburner.views.FXMLView.getView(FXMLView.java:137)
- at ru.mrchebik.gui.place.start.StartPlace.initializeGui(StartPlace.java:42)
- at ru.mrchebik.gui.place.start.StartPlace.start(StartPlace.java:20)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:919)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$11(PlatformImpl.java:449)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(PlatformImpl.java:418)
- at java.base/java.security.AccessController.doPrivileged(Native Method)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:417)
- at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
- at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
- at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)
- ... 1 more
- Caused by: java.lang.ClassNotFoundException: javax.annotation.PostConstruct
- at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
- at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
- ... 27 more
Advertisement
Add Comment
Please, Sign In to add comment