Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. FXMLLoader loader = new FXMLLoader(getClass().getClassLoader().getResource("views/loading.fxml"), languageBundle);
  2.  
  3. > Task :jfxRun
  4. Running JavaFX Application
  5. Running command: java -jar project-jfx.jar
  6. 11:41:41.227 [JavaFX Application Thread] INFO me.glorantq.library.LibraryApplication - Initialising!
  7. 11:41:41.246 [JavaFX Application Thread] INFO me.glorantq.library.LibraryApplication - Loaded language from config! (GERMAN)
  8. Jun 24, 2019 11:41:41 AM javafx.fxml.FXMLLoader$ValueElement processValue
  9. WARNING: Loading FXML document with JavaFX API of version 11.0.1 by JavaFX runtime of version 8.0.151
  10. Exception in Application start method
  11.  
  12. BUILD SUCCESSFUL in 11s
  13. 5 actionable tasks: 4 executed, 1 up-to-date
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement