Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "C:\Program Files\Java\jdk-11.0.7\bin\java.exe" --add-modules javafx.base,javafx.graphics --add-reads javafx.base=ALL-UNNAMED --add-reads javafx.graphics=ALL-UNNAMED "-javaagent:D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\lib\idea_rt.jar=56350:D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\bin" -Dfile.encoding=UTF-8 -classpath P:\java\_Vluv\recipe-hoarder-java\recipe-hoarder-fxml\target\classes;C:\Users\Peter\.m2\repository\org\openjfx\javafx-controls\13\javafx-controls-13.jar;C:\Users\Peter\.m2\repository\org\openjfx\javafx-controls\13\javafx-controls-13-win.jar;C:\Users\Peter\.m2\repository\org\openjfx\javafx-graphics\13\javafx-graphics-13.jar;C:\Users\Peter\.m2\repository\org\openjfx\javafx-graphics\13\javafx-graphics-13-win.jar;C:\Users\Peter\.m2\repository\org\openjfx\javafx-base\13\javafx-base-13.jar;C:\Users\Peter\.m2\repository\org\openjfx\javafx-base\13\javafx-base-13-win.jar;C:\Users\Peter\.m2\repository\org\openjfx\javafx-fxml\13\javafx-fxml-13.jar;C:\Users\Peter\.m2\repository\org\openjfx\javafx-fxml\13\javafx-fxml-13-win.jar;P:\java\_Vluv\recipe-hoarder-java\recipe-hoarder-core\target\classes;C:\Users\Peter\.m2\repository\org\xerial\sqlite-jdbc\3.31.1\sqlite-jdbc-3.31.1.jar;C:\Users\Peter\.m2\repository\at\favre\lib\bcrypt\0.9.0\bcrypt-0.9.0.jar;C:\Users\Peter\.m2\repository\at\favre\lib\bytes\1.3.0\bytes-1.3.0.jar;P:\java\_Vluv\recipe-hoarder-java\scraperlib\target\classes;C:\Users\Peter\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib\1.3.72\kotlin-stdlib-1.3.72.jar;C:\Users\Peter\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-common\1.3.72\kotlin-stdlib-common-1.3.72.jar;C:\Users\Peter\.m2\repository\org\jetbrains\annotations\13.0\annotations-13.0.jar;C:\Users\Peter\.m2\repository\org\jetbrains\kotlinx\kotlinx-coroutines-core\1.3.0\kotlinx-coroutines-core-1.3.0.jar;C:\Users\Peter\.m2\repository\org\jsoup\jsoup\1.13.1\jsoup-1.13.1.jar;C:\Users\Peter\.m2\repository\com\google\code\gson\gson\2.8.6\gson-2.8.6.jar;C:\Users\Peter\.m2\repository\com\squareup\moshi\moshi\1.9.2\moshi-1.9.2.jar;C:\Users\Peter\.m2\repository\com\squareup\okio\okio\1.16.0\okio-1.16.0.jar -p C:\Users\Peter\.m2\repository\org\openjfx\javafx-base\13\javafx-base-13-win.jar;C:\Users\Peter\.m2\repository\org\openjfx\javafx-graphics\13\javafx-graphics-13-win.jar com.vluv.recipe_hoarder_fxml.App
- 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 @0x4a19d4ee) 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 @0x4a19d4ee
- at com.sun.javafx.fxml.FXMLLoaderHelper.<clinit>(FXMLLoaderHelper.java:38)
- at javafx.fxml.FXMLLoader.<clinit>(FXMLLoader.java:2056)
- at com.vluv.recipe_hoarder_fxml.App.loadFXML(App.java:35)
- at com.vluv.recipe_hoarder_fxml.App.start(App.java:25)
- 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.win.WinApplication._runLoop(Native Method)
- at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
- ... 1 more
- Exception running application com.vluv.recipe_hoarder_fxml.App
- Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment