-
Notifications
You must be signed in to change notification settings - Fork 18
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
javafx Error #49
Comments
edit: This error previously described in this comment was totaly my fault :-) |
are you sure you can start the java gui out of your wsl? |
You have got a very good point there! Gotta install such features first. |
As mentioned in the readme, the current JDK is JDK 8, preferably with javafx included. |
As mentioned in #15 it is not possible to start the downloader with JDK15 on Win10 64bit and possibley other versions too.
'''
D:\Desktop\IliasDownloaderTool-aluf-v1.2.2>java -jar ./Ilias-Downloader-Tool-aluf-v1.2.2.jar
Error: Could not find or load main class view.Dashboard
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
'''
It seems that problem can be bypassed with the "--add-modules javafx.web" flag as mentioned by vonHartz #15, however that probably works only on linux where a compiled version of javafx.web is in the shared libaries.
I guess the reason is, that JavaFX is not part of JDK/JRE since JDK11. I tried downloading the current version from https://gluonhq.com/products/javafx/ but were not able to use it.
The text was updated successfully, but these errors were encountered: