Contents
Installing the JDK Software and Setting JAVA_HOME
If you do not already have the JDK software installed or if
JAVA_HOME is not set, the GlassFish ESB installation will not be successful. The following tasks provide the information you need to install the JDK software and set
JAVA_HOME on UNIX or Windows systems.
To find out which JDK versions are supported for the operating system you are using, see Preparing for Installation.
Caution -
The GlassFish ESB Installer does not support JDK release 1.6.0_04 in the 64–bit version on the Solaris SPARC or AMD 64–bit environments.
To Install the JDK Software and Set JAVA_HOME on a UNIX System
- Install the JDK software.
- Go to http://java.sun.com/javase/downloads/index.jsp
.
- Select the appropriate JDK version and click Download.
The JDK software is installed on your computer, for example, at /usr/jdk/jdk1.6.0_02. You can change this location.
- Set JAVA_HOME.
- Korn and bash shells:
export JAVA_HOME=_jdk-install-dir_
export PATH=$JAVA_HOME/bin:$PATH
- Bourne shell:
JAVA_HOME=_jdk-install-dir_
export JAVA_HOME
PATH=$JAVA_HOME/bin:$PATH
export PATH
- C shell:
setenv JAVA_HOME _jdk-install-dir_
setenv PATH $JAVA_HOME/bin:$PATH
export PATH=$JAVA_HOME/bin:$PATH
To Install the JDK Software and Set JAVA_HOME on a Windows System
- Install the JDK software.
- Go to http://java.sun.com/javase/downloads/index.jsp
.
- Select the appropriate JDK software and click Download.
The JDK software is installed on your computer, for example, at C:\Program Files\Java\jdk1.6.0_02. You can move the JDK software to another location if desired.
- Set JAVA_HOME:
- Right click My Computer and select Properties.
- On the Advanced tab, select Environment Variables, and then edit JAVA_HOME to point to where the JDK software is located, for example, C:\Program Files\Java\jdk1.6.0_02.
Previous Next
Return to GlassFish ESB Documentation Home
This page (revision-17) was last changed on
19-May-09 13:48 PM, -0700
by CarolT.
This page was created on
12-Sep-08 09:55 AM, -0700 by Wallis Sholar.
More info...
| Version |
Date |
Author |
Size |
Changes ... |
|
17
|
19-May-09 13:48 PM, -0700
|
CarolT |
2645 |
to previous
|
|
16
|
18-May-09 12:27 PM, -0700
|
CarolT |
2649 |
to previous
|
to last
|
|
15
|
04-May-09 10:09 AM, -0700
|
CarolT |
2921 |
to previous
|
to last
|
|
14
|
02-Apr-09 13:58 PM, -0700
|
CarolT |
2603 |
to previous
|
to last
|
|
13
|
02-Apr-09 13:56 PM, -0700
|
CarolT |
2602 |
to previous
|
to last
|
|
12
|
02-Apr-09 13:53 PM, -0700
|
CarolT |
2605 |
to previous
|
to last
|
|
11
|
02-Apr-09 13:52 PM, -0700
|
CarolT |
2633 |
to previous
|
to last
|
|
10
|
02-Apr-09 13:51 PM, -0700
|
CarolT |
2649 |
to previous
|
to last
|
|
9
|
02-Apr-09 13:49 PM, -0700
|
CarolT |
2633 |
to previous
|
to last
|
|
8
|
08-Dec-08 18:16 PM, -0800
|
wallis sholar |
2619 |
to previous
|
to last
|
|
7
|
13-Sep-08 06:56 AM, -0700
|
Wallis Sholar |
2560 |
to previous
|
to last
|
|
6
|
13-Sep-08 06:55 AM, -0700
|
Wallis Sholar |
2556 |
to previous
|
to last
|
|
5
|
12-Sep-08 18:39 PM, -0700
|
Wallis Sholar |
2663 |
to previous
|
to last
|
|
4
|
12-Sep-08 12:23 PM, -0700
|
Wallis Sholar |
2725 |
to previous
|
to last
|
|
3
|
12-Sep-08 10:56 AM, -0700
|
Wallis Sholar |
2635 |
to previous
|
to last
|
|
2
|
12-Sep-08 10:24 AM, -0700
|
Wallis Sholar |
2617 |
to previous
|
to last
|
|
1
|
12-Sep-08 09:55 AM, -0700
|
Wallis Sholar |
2609 |
to last
|