jetty-console icon indicating copy to clipboard operation
jetty-console copied to clipboard

Select a JVM/JRE if more than one is available.

Open whikloj opened this issue 5 years ago • 0 comments

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.

whikloj avatar Jan 16 '20 17:01 whikloj