Back to Inst_jdk_javahome_t.txt, or Inst_jdk_javahome_t.txt Info
| At line 1 changed 16 lines. |
| !!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. |
| The following list provides the GlassFish ESB JDK requirements by platform. |
| ;Solaris: |
| JDK5: At least release 1.5.0_14 |
| JDK6: At least release 1.6.0_03 |
| ;IBM AIX: |
| JDK5: The latest 1.5 release supported by IBM AIX |
| ;Linux (Red Hat and SUSE): |
| JDK5: At least release 1.5.0_14 |
| JDK6: At least release 1.6.0_03 |
| ;Macintosh: |
| JDK5: The latest 1.5 release supported by Apple |
| ;Microsoft Windows: |
| JDK5: At least release 1.5.0_14 |
| JDK6: At least release 1.6.0_03__Caution - __ |
| __Contents__ |
| * [Overview of Installation|Inst_overview_c.txt] |
| * %%(color:#3333ff;)__[Installing the JDK Software and Setting JAVA_HOME|Inst_jdk_javahome_t.txt]__%% |
| * [Installing GlassFish ESB Using the GlassFish ESB Installer|Inst_caps_t.txt] |
| * [Starting and Stopping GlassFish ESB|Inst_start_stop_t.txt] |
| \\ |
| \\ |
| !!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|Inst_prepare_install_r.txt].\\ |
| __Caution - __ |
| At line 20 changed 9 lines. |
| # 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__}} |
| # Change the permissions to enable you to run the GlassFish ESB Installer.{{__chmod 755 JavaCAPS.bin__}} |
| \\ |
| # 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__}}\\ |
| At line 30 removed 8 lines. |
| !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. |
| # To 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}}. |
| At line 39 changed 1 line. |
| [Previous|Inst_overview_c.txt] [Next|Inst_caps_t.txt] |
| !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|Inst_overview_c.txt]__ __[Next|Inst_caps_t.txt]__ |
| ---- |
| [Return to GlassFish ESB Documentation Home|GlassFishESBDocs] |