-
Notifications
You must be signed in to change notification settings - Fork 175
Multiple Java versions #35
Comments
|
I don't know linux but there should be a command that makes it use Zulu JDK 18 |
@Oreeeee you can set alternatives path in linux. I had to all install this zulu sdk and set the alternative path. Then it worked. You can check this link maybe. https://stackoverflow.com/questions/12787757/how-to-use-the-command-update-alternatives-config-java |
@jgmGit I was able to change Java version both by modifying source code of this script and by using "archlinux-java" command, but now I get this error. No device found! Fallback to only build. |
Using Garuda Linux (arch) here, and I have I do manage to change the active java environment using Here's my log:
|
The issue is known, however I need more information. (#38) |
@Oreeeee @bayazidbh Try using v1.2.6. The issue was most likely fixed in #40. |
Hm, with my java env set as java-18-openjdk, it still wouldn't do it, but it's easy enough to With the right java env set, I still have the issue #47 problem with the provided So yeah, issues solved, just add a note about how to change java environment in case user have different java env, I suppose. Thanks for the support, though! |
I have Java 8 (java), Java 18 (/usr/lib/jvm/java-18-openjdk/bin/java) and Zulu 18 (/usr/lib/jvm/zulu-18/bin/java) but this app checks for "java". How can I point to /usr/lib/jvm/zulu-18/bin/java?
The text was updated successfully, but these errors were encountered: