Open yeetusmystreetus opened 4 years ago
https://pastebin.com/67RdLZTD ^^ for the full terminal output
when running javac -version i get javac 1.8.0_251
still getting same errors even after adding jfxrt.jar to build path
I have been working with the owner of zyklon and I believe we have a working version that should be released soon.
An possible way is create custom Loader, without javafx
probably yes @smallshen
I was trying to get Zyklon to work on macOS/Linux. And when running injector.jar that I compiled and press "Load" I get a lot of JavaFX errors.
WARNING: Loading FXML document with JavaFX API of version 10.0.1 by JavaFX runtime of version 8.0.251
at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
Access restriction: The type 'Alert.AlertType' is not API (restriction on required library '/Library/Java/JavaVirtualMachines/jdk1.8.0_251.jdk/Contents/Home/jre/lib/ext/jfxrt.jar')
Those 3 errors are repeated multiple times.
Do I need to add jfxrt.jar to build path in eclipse?