-
Notifications
You must be signed in to change notification settings - Fork 37
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
Unable to open pattypan.jar in Ubuntu 18.04 #84
Comments
Hi, I had the same problem (Ubuntu 18.04 LTS too). As suggested in #10, I did a Neither OpenJDK 9 or 11 is compatible. |
I did the same thing |
This worked in January but I cannot launch it right now... |
OK, I understand: since January I upgraded to Ubuntu 18.10, which has no version of Openjfx8 (per https://pkgs.org/download/openjfx) Per https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1799946, the only solution is to add the 18.04 repo, force the installation of a specific version of openjfx and pin it down to prevent apt to update it. This seems a bad idea overall (and makes it really complex to install for the non-technical users that the tool is intended for.) |
Same problem here with Java 11
|
notes to myself: read https://openjfx.io/openjfx-docs/#install-javafx |
Same problem in the new release: |
I have the same error using Ubuntu 18.04 and openjdk 11.0.3.
|
Same problem using archlinux and openjdk 11.0.3, however by installing openjdk and openjfx 8 I could circumvent this problem for the instant |
Added further instructions as per the current status of yarl#84.
This did not fix it completely on my end, or to be more specific, it stopped working. |
I'm getting this error after upgrading to Fedora 33. Using |
#131 makes Pattypan compatible with Java 11+ and OpenJFX. |
Pattypan 22.02 does no longer need a separate OpenJFX installation nor does it depend on Java <11. |
I ran
java -jar pattypan.jar
in my terminal and this is what I got:
Error: Could not find or load main class pattypan.Main Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
Any ideas of what might have happened?, I have
openjdk 10.0.2 2018-07-17
The text was updated successfully, but these errors were encountered: