Java installation for Solaris Studio 12.2
- by DemiSheep
I have Solaris Studio almost working. My only issue seems to be Java.
Here is what I get:
============================
aflory@aflory-laptop:~$ solstudio &
[1] 1723
aflory@aflory-laptop:~$ Solaris Studio is unable to find a supported version of Java.
Solaris Studio supports Java version 1.6.0_13 and newer and looks for a valid Java installation in the following order:
1) Location specified with --jdkhome command line option
2) In PATH environment variable
3) At /usr/jdk/latest location, if exists
4) At /usr/java location, if exists
5) At /usr location, if exists
============================
I try typing --jdkhome in the console but I get an command not found error.
I have added the following to my /home/aflory/.bashrc file:
PATH=$PATH:/usr/java/jdk1.6.0_24/bin:/home/aflory/solstudio12.2/bin
export PATH
I am running Ubuntu 10.04 64bit.
I tried installing the 64 bit version of Java JDK, then I tried installing the 32bit version of Java JDK.
I don't believe there is a 64bit version of Solaris Studio.