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

You need a JVM with JavaFX #43

Closed
NoSleepYa opened this issue Dec 24, 2021 · 2 comments
Closed

You need a JVM with JavaFX #43

NoSleepYa opened this issue Dec 24, 2021 · 2 comments

Comments

@NoSleepYa
Copy link

Whenever I try to launch the gui I get an error message reading "could not find class javafx/embed/swing/JFXPanel" and nothing else launches. Anyone else with that issue?

@Janmm14
Copy link
Collaborator

Janmm14 commented Dec 25, 2021

Many OpenJDK builds nowadays do not include JavaFX.

You can download a jvm with javafx for example from https://www.azul.com/downloads/?package=jdk-fx (scroll down to the table)
(You don't get a windows installer for older Java versions marked STS)
Help for windows: https://docs.azul.com/core/zulu-openjdk/install/windows
Help for linux: https://docs.azul.com/core/zulu-openjdk/install/debian

Afaik Oracle propietary builds still include java fx, but the license and login requirement is meh.

@Janmm14
Copy link
Collaborator

Janmm14 commented Dec 25, 2021

See #35, #39, #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants