Due to some configuration issues, I need to host two separate applications on the same solaris 11 machine that each utilize a different java version. One uses JRE (which can use the standard jre provided with Solaris 11), but the other requires the latest jdk.
So I installed the latest jdk using "pkg install jdk-7" and it ran and completed properly. However, I can't seem to find WHERE it is installed. I need to set the JDK_HOME value. Can someone please advise?