We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am trying to launch the RNArtist in Ubuntu 18 and I am getting the following error message: (openjdk 11.0.14 2022-01-18)
I googled the problem but could't find a solution, any idea how can I solve this.
Thanks for your help.
Best, Amir
$ ./launch_rnartist_for_Linux.sh Error occurred during initialization of boot layer java.lang.module.FindException: Module javafx.controls not found
The text was updated successfully, but these errors were encountered:
Hi Amir,
I have seen that there is an error in the Linux script. A space character is missing between swing and -jar. You should have:
swing
-jar
java -Xms500M -Xmx500M --module-path lib --add-modules=javafx.controls,javafx.swing -jar lib/rnartist-1.0.jar
Could you give it a try? Thanks for your help
Sorry, something went wrong.
Hello Fabrice,
Thanks for your help, I changed it as you said, now I am getting the following error:
Error: Unable to access jarfile lib/rnartist-1.0.jar
Hi. Did you install the last version from this page: https://www.jdeploy.com/~rnartist
Could you give it a try because many things have been modified and fixed. Thanks
No branches or pull requests
Hello,
I am trying to launch the RNArtist in Ubuntu 18 and I am getting the following error message:
(openjdk 11.0.14 2022-01-18)
I googled the problem but could't find a solution, any idea how can I solve this.
Thanks for your help.
Best,
Amir
$ ./launch_rnartist_for_Linux.sh
Error occurred during initialization of boot layer
java.lang.module.FindException: Module javafx.controls not found
The text was updated successfully, but these errors were encountered: