Installation of Studio 11 on Nevada
The OpenSolaris Sun Studio installation page forgets to mention that the default version of Java is incompatible with the Studio installer. The following command works for me:
# export JAVA_HOME=/usr/jdk/instances/jdk1.5.0 # export PATH=/usr/jdk/instances/jdk1.5.0/bin:$PATH # ./installer
No comments:
Post a Comment