We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Even with openjfx 21 and openjfx 23 installed, mca selector fails to find it and refuses to start.
To Reproduce Steps to reproduce the behavior:
Expected behavior mca selector should be able to find and use openjfx
Screenshots and other files
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Managed to get it to work. I had to manually locate the libraries like so:
java --module-path "${JAVA_HOME}/lib/javafx.base.jar:${JAVA_HOME}/lib/javafx.fxml.jar:${JAVA_HOME}/lib/javafx.graphics.jar:${JAVA_HOME}/lib/javafx.media.jar:${JAVA_HOME}/lib/javafx.swing.jar:${JAVA_HOME}/lib/javafx.web.jar:${JAVA_HOME}/lib/javafx.controls.jar" --add-modules=javafx.base --add-modules=javafx.fxml --add-modules=javafx.graphics --add-modules=javafx.media --add-modules=javafx.swing --add-modules=javafx.web --add-modules=javafx.controls -jar mcaselector-2.4.2.jar
Perhaps including a bash script that does this alongside the jar file would be a good idea.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Even with openjfx 21 and openjfx 23 installed, mca selector fails to find it and refuses to start.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
mca selector should be able to find and use openjfx
Screenshots and other files
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: