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.lang.module.FindException: Module javafx.controls not found #13

Open
amir-tagh opened this issue Mar 10, 2022 · 3 comments
Open

java.lang.module.FindException: Module javafx.controls not found #13

amir-tagh opened this issue Mar 10, 2022 · 3 comments

Comments

@amir-tagh
Copy link

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

@fjossinet
Copy link
Owner

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:

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

@amir-tagh
Copy link
Author

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

Best,
Amir

@fjossinet
Copy link
Owner

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

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