Is important if I install multiple JDK and then need to point a compile to the appropriate JDK (not necessarily default)
A common example is
JAVA_HOME=foobarpath/jdkfoo/
When I install a JDK from Sun, it’s installed
into /usr/local/java/
But when I install a JDK from the SuSE repositories, I see various files installed into various bin directories.
What is the recommended path for instance if I install both JDK1.5 and JDK1.6?
TIA