On Sat, 5 Feb 2022 at 00:48, Grant Edwards <grant.b.edwa...@gmail.com> wrote:
> Yep. I've currently got '-bin' versions installed so here it's:
>
> $ find /opt/{icedtea*,openjdk*} -type f -executable -name 'java'
> /opt/icedtea-bin-3.16.0/jre/bin/java
> /opt/icedtea-bin-3.16.0/bin/java
> /opt/openjdk-bin-11.0.14_p9/bin/java

You should also have the /opt/openjdk-bin-11 symbolic link, so the bin
versions also have a "permanent" path to use in your commands. They're
not in your path since it is the folder names that are versioned, and
not the executables.

Regards,
Arve

Reply via email to