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
This might be more of a question than an issue.
But can you tell the console to use a particular version of Java?
My example is on a Mac I have default Java 8 but also have Java 11 installed. I need to have the one-click use the Java 11.
I can force it by
java -Djava.home=/Users/whikloj/.jenv/versions/11.0 -jar fcrepo-webapp-6.0.0-SNAPSHOT-jetty-console.jar
But it would be nice to have this occur if someone double-clicks the jar as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This might be more of a question than an issue.
But can you tell the console to use a particular version of Java?
My example is on a Mac I have default Java 8 but also have Java 11 installed. I need to have the one-click use the Java 11.
I can force it by
But it would be nice to have this occur if someone double-clicks the jar as well.
The text was updated successfully, but these errors were encountered: