Skip to content
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

Java 11 Support #144

Open
anddero opened this issue Mar 27, 2019 · 2 comments
Open

Java 11 Support #144

anddero opened this issue Mar 27, 2019 · 2 comments

Comments

@anddero
Copy link

anddero commented Mar 27, 2019

Is there an example project with configuration for Java 11+?

Currently I get the error Couldn't find Ant-JavaFX-library, please make sure you've installed some JDK which includes JavaFX (e.g. OracleJDK or OpenJDK and OpenJFX), and JAVA_HOME is set properly.

My JAVA_HOME is set to the JDK installation directory A:\Software\Java\jdk-11.0.1.

Am I supposed to fetch some JavaFX jar manually and put it somewhere in my dependencies? If that's the case, could you please put brief instructions in the README?

Thanks!

@anddero
Copy link
Author

anddero commented Mar 27, 2019

I used to use Java 10 about half a year ago and the project was working perfectly. Now I don't have Java 10 anymore and it is not available through Oracle as well. I opened the same project and can't get it to work with Java 11. I know JavaFX got removed completely but maybe I can manually provide it?

@FibreFoX
Copy link
Owner

FibreFoX commented Mar 27, 2019

Would not yet work, because this plugin does not yet support JPMS. In addition not the UI-part of JavaFX is required, but the packager-stuff, which got removed in JDK 10 and replaced by something different in JDK 11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants