Software >> OS >> Unix >> Solaris >> Java >> How to install JDK using self extracting binary1. Download the self-extracting binary and check the file size to ensure that you have downloaded the full, uncorrupted software bundle. You can download to any directory you choose; it does not have to be the directory where you want to install the JDK. 2. Make sure that execute permissions are set on the self-extracting binary: On SPARC processors: 3. Change directory to the location where you would like the files to be installed. The next step installs the JDK into the current directory. 4. Run the self-extracting binary. Execute the downloaded file with the path prepended to it. For example, if the file is in the current directory, prepend it with "./" (necessary if "." is not in the PATH environment variable): References [1] http://java.sun.com/j2se/1.5.0/install-solaris.html
|