Re: [gentoo-user] Re: How to invoke non-selected versions of 'java'?

2022-02-04 Thread Arve Barsnes
On Sat, 5 Feb 2022 at 00:48, Grant Edwards 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

[gentoo-user] Re: How to invoke non-selected versions of 'java'?

2022-02-04 Thread Grant Edwards
On 2022-02-04, Arve Barsnes wrote: > On Fri, 4 Feb 2022 at 22:49, Grant Edwards wrote: >> >> I've got two "slots" of java currently installed (8 and 11). >> [...] >> How does one manually invoke non-selected version(s) of java? >> [...] > > I don't think there is any convenient out of the box