0

i installed jdk 1.6 using both the .sh( jdk-6u12-solaris-x64.sh ) and the .tar.Z(jdk-6u12-solaris-x64.tar.Z) files but neither the command prompt nor the netbeans installer is detecting the installation. wat is the correct way to install the jdk on opensolaris?

1 Answers1

0

Did you try and set JAVA_HOME?

export JAVA_HOME = /path/to/java

Then try java -version at a command prompt and see what you get.

Ed.T
  • 1,695
  • 2
  • 15
  • 19