You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Geneious Prime (2019.1.1) requires Java 11 and Java 11 does not contain OpenJFK.
I tried installing JFK libraries through gradle but could not get a working configuration to recognize them.
This issue highlights the need to get this working again. Meanwhile, i am developing the plugin using
Java 10 and Geneious v 11.1.5
The text was updated successfully, but these errors were encountered:
@jdeck88 it sounds like you might have been trying to run with an earlier version of Geneious. Support for Java 11 was added in 2019.0 so you shouldn't get any messages about missing JavaFX classes from that version or later. Could you double check geneiousPublicAPIVersion in build.gradle.
If you were using 2019.0 or later, were you running via the Gradle runner or via the IntelliJ runner?
Currently, Geneious Prime (2019.1.1) requires Java 11 and Java 11 does not contain OpenJFK.
I tried installing JFK libraries through gradle but could not get a working configuration to recognize them.
This issue highlights the need to get this working again. Meanwhile, i am developing the plugin using
Java 10 and Geneious v 11.1.5
The text was updated successfully, but these errors were encountered: