Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir=/home/marco-owo/.var/app/com.jetbrains.IntelliJ-IDEA-Ultimate/cache/tmp
- Gtk-Message: 15:37:54.814: Failed to load module "appmenu-gtk-module"
- Gtk-Message: 15:37:54.909: Failed to load module "canberra-gtk-module"
- Gtk-Message: 15:37:54.909: Failed to load module "canberra-gtk-module"
- Exception in Application start method
- java.lang.reflect.InvocationTargetException
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:566)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:464)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:363)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:566)
- at java.base/sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:1051)
- Caused by: java.lang.RuntimeException: Exception in Application start method
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:900)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
- at java.base/java.lang.Thread.run(Thread.java:834)
- Caused by: java.lang.IllegalAccessError: class com.sun.javafx.fxml.FXMLLoaderHelper (in unnamed module @0x4fa844f5) cannot access class com.sun.javafx.util.Utils (in module javafx.graphics) because module javafx.graphics does not export com.sun.javafx.util to unnamed module @0x4fa844f5
- at com.sun.javafx.fxml.FXMLLoaderHelper.<clinit>(FXMLLoaderHelper.java:38)
- at javafx.fxml.FXMLLoader.<clinit>(FXMLLoader.java:2056)
- at sample.Main.start(Main.java:13)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
- at java.base/java.security.AccessController.doPrivileged(Native Method)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
- 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
- Exception running application sample.Main
- Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement