Java
Java EE
These installation instructions describe how to install Java Platform, Enterprise Edition 6 SDK and Java Platform, Enterprise Edition 6 Web Profile SDK. The following topics are discussed:
Solaris, Linux, and
Mac OS X installations support root/superuser and non-root/standard user installations. For Windows installations, users should have Power User or Administrator access.
The following distributions are available and include the components listed:
Visit the
Java EE downloads page for more information about each distribution.
Ensure that the required JDK software is installed on your system and that the
JAVA_HOME
environment variable points to the JDK installation directory, not the Java Runtime Environment (JRE) software.
For Mac OS X systems, the SDK uses the JDK that is part of the Macintosh operating system.
If necessary, obtain the required JDK version from the
Mac OS X Updates
site.
chmod +x
./
distribution-filename
.exe distribution file.
/bin/updatetool
command.
updatetool
command as described above
.
JAVA_HOME
environment variable.
The names of the installation log and summary files are
timestamp-
install.log and
timestamp-
install-summary.html.
On Solaris, Linux, and Mac OS X systems, these files are generated in the
$TMP directory. On Windows systems, these files are generated in the
%TEMP% directory.
Use the following resources after installation.
/glassfish
/samples/javaee6. See the
index.html file in that location for more information about the samples.
/glassfish
/docs
/api
/index.html.
Before you uninstall the software, make sure you have stopped all domains and other related processes, including command prompts using the installation directory or its subdirectories, the Update Tool notifier process if present, and any applications using Java SE files.
To stop domains, use the
asadmin stop-domain
command. For more information about this command, see the
Sun GlassFish Enterprise Server v3 Reference Manual
. To stop the Update Tool notifier process, use the
updatetool --notifier --shutdown
command, executed from
install-dir
/bin
.
If Update Tool is installed, the notifier is running by default.
If
orphaned processes remain, identify and terminate the processes as follows:
ps -ef command and terminate the processes using the
kill command.
:
chmod +x
uninstall.sh
./uninstall.sh
uninstall.exe file.