-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting Zyklon to Mac/Linux #28
Comments
https://pastebin.com/67RdLZTD |
when running javac -version i get |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: