-
Notifications
You must be signed in to change notification settings - Fork 2
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
Problem running under Linux #3
Comments
Hi, thanks for trying Vihoma. That error raises when the JavaFX packages are not found (they are not installed by default alongside the Java Runtime Environment). If you are on Linux, it can be installed with your distro package manager (e.g, apt install openjfx). For other operating systems, visit the JavaFX webpage, where the package can be easily downloaded and installed. That should fix the problem. |
Thanks. Sorry for my oversight. However, I still can't make enough progress unfortunately. The terminal output now is:
By the way, I attempted to improve the file "vihoma.sh" in this way for Kubuntu - perhaps it may further be improved by also including a zenity dialog box, etc.:
|
I also had the same problem. Turns out OpenJDK doesn't include the JavaFX Library. OracleJDK however does. |
Tried both openjdk-8-jre and the default openjdk-11-jre, but received the same terminal output:
Error: Could not find or load main class application.Main
The text was updated successfully, but these errors were encountered: