-
Notifications
You must be signed in to change notification settings - Fork 2
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
Broken on Windows 10 #23
Comments
Since the latest omegaT comes with its own jre folder, it probably doesn't matter at all what java I install, does it? Is it then ok to just dump OpenJFX into the Omega's Java folder? |
OpenJDK 15 must be ok. Anyway, try the new version 1.4.0-rc.0. Thanks to @miurahr OpenJFX shouldn't be a problem now. |
Now it's too new?.. "An error occurred while processing an application startup event: java.lang.UnsupportedClassVersionError: javafx/application/Platform has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0" Also, should have mentioned it in the OP, but the OmegaT version being used is "latest" 5.4.1. |
Ok, looks like I see the problem.
So, I think the best idea is to build the plugin for Java 1.8 with JavaFX. But the Also, to make the whole story clear:
|
OmegaT does not support Java 15. Please use Java 11 and OmegaT distribution without JRE. |
OmegaT with JRE bundles OpenJDK JRE 1.8 from AdoptOpenJDK distribution. https://adoptopenjdk.net/migration.html#migration-oracle OpenJDK 11 from AdoptJDK supports JavaFX by separate distribution of OpenJFX but does not support Java Web Start. You can use following combinations on Windows platform. and or |
Error on OmegaT startup "An error occurred while processing an application startup event: java.lang.NoClassDefFoundError: javafx/application/Platform". Tried with Oracle's Java 8 and OpenJDK 15.0.2 with OpenJFX 15.0.1.
The text was updated successfully, but these errors were encountered: