Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.49 KB | None | 0 0
  1. "C:\Program Files\Java\jdk-11.0.2\bin\java.exe" --add-modules javafx.base,javafx.graphics --add-reads javafx.base=ALL-UNNAMED --add-reads javafx.graphics=ALL-UNNAMED "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.3.3\lib\idea_rt.jar=56636:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.3.3\bin" -Dfile.encoding=UTF-8 -classpath "C:\Users\Daniel\IdeaProjects\cinema-fx\target\classes;C:\Users\Daniel\.m2\repository\org\openjfx\javafx-controls\11\javafx-controls-11.jar;C:\Users\Daniel\.m2\repository\org\openjfx\javafx-controls\11\javafx-controls-11-win.jar;C:\Users\Daniel\.m2\repository\org\openjfx\javafx-graphics\11\javafx-graphics-11.jar;C:\Users\Daniel\.m2\repository\org\openjfx\javafx-graphics\11\javafx-graphics-11-win.jar;C:\Users\Daniel\.m2\repository\org\openjfx\javafx-base\11\javafx-base-11.jar;C:\Users\Daniel\.m2\repository\org\openjfx\javafx-base\11\javafx-base-11-win.jar;C:\Users\Daniel\.m2\repository\org\openjfx\javafx-fxml\11\javafx-fxml-11.jar;C:\Users\Daniel\.m2\repository\org\openjfx\javafx-fxml\11\javafx-fxml-11-win.jar;C:\Program Files\Java\javafx-sdk-11.0.2\lib\javafx-swt.jar;C:\Program Files\Java\javafx-sdk-11.0.2\lib\javafx.base.jar;C:\Program Files\Java\javafx-sdk-11.0.2\lib\javafx.controls.jar;C:\Program Files\Java\javafx-sdk-11.0.2\lib\javafx.fxml.jar;C:\Program Files\Java\javafx-sdk-11.0.2\lib\javafx.graphics.jar;C:\Program Files\Java\javafx-sdk-11.0.2\lib\javafx.media.jar;C:\Program Files\Java\javafx-sdk-11.0.2\lib\javafx.swing.jar;C:\Program Files\Java\javafx-sdk-11.0.2\lib\javafx.web.jar" -p C:\Users\Daniel\.m2\repository\org\openjfx\javafx-base\11\javafx-base-11-win.jar;C:\Users\Daniel\.m2\repository\org\openjfx\javafx-graphics\11\javafx-graphics-11-win.jar com.daniel.cinemafx.MainApp
  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 @0x67235b34) 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 @0x67235b34
  20.     at com.sun.javafx.fxml.FXMLLoaderHelper.<clinit>(FXMLLoaderHelper.java:38)
  21.     at javafx.fxml.FXMLLoader.<clinit>(FXMLLoader.java:2056)
  22.     at com.daniel.cinemafx.MainApp.start(MainApp.java:15)
  23.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
  24.     at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
  25.     at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
  26.     at java.base/java.security.AccessController.doPrivileged(Native Method)
  27.     at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
  28.     at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
  29.     at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  30.     at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
  31.     ... 1 more
  32. Exception running application com.daniel.cinemafx.MainApp
  33.  
  34. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement