dpeter99

Untitled

May 12th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. "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
  2. Exception in Application start method
  3. java.lang.reflect.InvocationTargetException
  4. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  5. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  6. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  7. at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  8. at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:464)
  9. at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:363)
  10. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  12. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13. at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  14. at java.base/sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:1051)
  15. Caused by: java.lang.RuntimeException: Exception in Application start method
  16. at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:900)
  17. at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
  18. at java.base/java.lang.Thread.run(Thread.java:834)
  19. 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
  20. at com.sun.javafx.fxml.FXMLLoaderHelper.<clinit>(FXMLLoaderHelper.java:38)
  21. at javafx.fxml.FXMLLoader.<clinit>(FXMLLoader.java:2056)
  22. at com.vluv.recipe_hoarder_fxml.App.loadFXML(App.java:35)
  23. at com.vluv.recipe_hoarder_fxml.App.start(App.java:25)
  24. at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
  25. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
  26. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
  27. at java.base/java.security.AccessController.doPrivileged(Native Method)
  28. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
  29. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
  30. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  31. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
  32. ... 1 more
  33. Exception running application com.vluv.recipe_hoarder_fxml.App
  34.  
  35. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment