/glassfish-3.1.2/appclient/client/appclient-scripts/src/main/resources/glassfish/bin/ |
H A D | appclient | 48 # Looks for Java at AS_JAVA, JAVA_HOME or in the path. 53 # If the user specifies AS_JAVA or JAVA_HOME record that setting 61 elif [ "${JAVA_HOME}" != "" ]; then 62 javaSearchType=JAVA_HOME 63 javaSearchTarget="$JAVA_HOME" 64 JAVA="${JAVA_HOME}/bin/java"
|
H A D | appclient.bat | 51 rem Looks for Java at AS_JAVA, JAVA_HOME or in the path.
64 if "%JAVA_HOME%x" == "x" goto :checkPATH
65 set javaSearchType=JAVA_HOME
66 set javaSearchTarget="%JAVA_HOME%"
67 set JAVA=%JAVA_HOME%\bin\java.exe
68 for %%a in ("%JAVA_HOME%") do set ACCJavaHome=%%~sa
|
/glassfish-3.1.2/webservices/webservices-scripts/src/main/resources/glassfish/bin/ |
H A D | wsdeploy | 47 java -Djava.endorsed.dirs="$AS_INSTALL_LIB/endorsed" -cp "$AS_INSTALL_LIB/webservices-osgi.jar:$AS_INSTALL_LIB/jaxrpc-api-osgi.jar:$AS_INSTALL_LIB/jaxb-osgi.jar:$JAVAX_MAIL_JAR:$JAVA_HOME/lib/tools.jar" com.sun.xml.rpc.tools.wsdeploy.Main "$@"
|
H A D | wscompile | 47 java $WSCOMPILE_OPTS -Djava.endorsed.dirs="$AS_INSTALL_LIB/endorsed" -cp "$AS_INSTALL_LIB/webservices-osgi.jar:$AS_INSTALL_LIB/jaxrpc-api-osgi.jar:$AS_INSTALL_LIB/jaxb-osgi.jar:$JAVAX_MAIL_JAR:$JAVA_HOME/lib/tools.jar:$AS_INSTALL_LIB/aixporting-repackaged.jar" com.sun.xml.rpc.tools.wscompile.Main "$@"
|
/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/ |
H A D | product-installer.sh | 49 JAVA_LOC=${JAVA_HOME} 81 JAVA_HOME="$JAVA_HOME" # java home path 166 if [ -n "${JAVA_HOME}" ] ; then 167 ENGINE_OPS="${ENGINE_OPS} -j ${JAVA_HOME}" 281 JAVA_HOME=${BUNDLED_JAVA_JRE_LOC}/${JAVAMEDIAPATH} 282 if [ ! -d ${JAVA_HOME} ] ; then 283 echo "${JAVA_HOME} must be the root directory of a valid JVM installation" 284 echo "Please provide JAVA_HOME as argument with -j option and proceed." 333 j) JAVA_HOME [all...] |
H A D | product-installer.vbs | 54 JAVA_HOME= wShell.ExpandEnvironmentStrings("%JAVA_HOME%") 93 if JAVA_HOME <> "" Then 94 ENGINE_OPS=ENGINE_OPS+" -j "+chr(34)+JAVA_HOME+chr(34) 129 JAVA_HOME=BUNDLED_JAVA_JRE_LOC+"\"+JAVAMEDIAPATH 130 if Not gFileSystem.FolderExists(JAVA_HOME) Then 131 WScript.Echo JAVA_HOME+" must be the root directory of a valid JVM installation" 132 WScript.Echo "Please provide JAVA_HOME as argument with -j option and proceed." 218 JAVA_HOME=trim(args.Item(argumentCounter+1)) 221 if Not gFileSystem.FolderExists(JAVA_HOME) The [all...] |
H A D | oiuninstaller | 155 if [ -n "${JAVA_HOME}" ] ; then 156 ENGINE_OPS="${ENGINE_OPS} -j ${JAVA_HOME}" 225 j) JAVA_HOME=${OPTARG} 227 if [ ! -d ${JAVA_HOME} -o ! -r ${JAVA_HOME} ] ; then 228 ${PRINTF} "`${GETTEXT} '%s must be the root directory of a valid JVM installation'`\n" "${JAVA_HOME}"
|
H A D | wrapper.sh | 72 java_locs="$JAVA_HOME/bin:/bin:/usr/bin:/usr/java/bin:$PATH" 103 jar_locs="$JAVA_HOME/bin:/bin:/usr/bin:/usr/java/bin:$PATH" 121 echo "and accessible in your PATH or by setting JAVA_HOME" 136 echo "and accessible in your PATH or by setting JAVA_HOME" 216 #validate JAVA_HOME, leave full validation to OI. 239 JAVA_HOME=`dirname $my_java_bin` 240 export JAVA_HOME
|
H A D | engine-wrapper | 184 JAVA_HOME=${JAVAHOME} 185 export JAVA_HOME 228 ${JAVA_HOME}/bin/java ${JAVA_OPTIONS} -Dinstall.engine=${theInstallEngine} \
|
H A D | uninstall.sh | 50 echo "and accessible through PATH or JAVA_HOME or by using -j option with" 56 java_locs="$JAVA_HOME/bin:/bin:/usr/bin:/usr/java/bin:$PATH" 147 #validate JAVA_HOME, if the user has explicitly passed it using -j, then validate that value also. 220 #Validate the JAVA_HOME 221 #User relies on environment JAVA_HOME value, if it is not explicitly passed
|
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/ |
H A D | product-installer.sh | 49 JAVA_LOC=${JAVA_HOME} 81 JAVA_HOME="$JAVA_HOME" # java home path 166 if [ -n "${JAVA_HOME}" ] ; then 167 ENGINE_OPS="${ENGINE_OPS} -j ${JAVA_HOME}" 281 JAVA_HOME=${BUNDLED_JAVA_JRE_LOC}/${JAVAMEDIAPATH} 282 if [ ! -d ${JAVA_HOME} ] ; then 283 echo "${JAVA_HOME} must be the root directory of a valid JVM installation" 284 echo "Please provide JAVA_HOME as argument with -j option and proceed." 333 j) JAVA_HOME [all...] |
H A D | product-installer.vbs | 54 JAVA_HOME= wShell.ExpandEnvironmentStrings("%JAVA_HOME%") 93 if JAVA_HOME <> "" Then 94 ENGINE_OPS=ENGINE_OPS+" -j "+chr(34)+JAVA_HOME+chr(34) 129 JAVA_HOME=BUNDLED_JAVA_JRE_LOC+"\"+JAVAMEDIAPATH 130 if Not gFileSystem.FolderExists(JAVA_HOME) Then 131 WScript.Echo JAVA_HOME+" must be the root directory of a valid JVM installation" 132 WScript.Echo "Please provide JAVA_HOME as argument with -j option and proceed." 218 JAVA_HOME=trim(args.Item(argumentCounter+1)) 221 if Not gFileSystem.FolderExists(JAVA_HOME) The [all...] |
H A D | oiuninstaller | 155 if [ -n "${JAVA_HOME}" ] ; then 156 ENGINE_OPS="${ENGINE_OPS} -j ${JAVA_HOME}" 225 j) JAVA_HOME=${OPTARG} 227 if [ ! -d ${JAVA_HOME} -o ! -r ${JAVA_HOME} ] ; then 228 ${PRINTF} "`${GETTEXT} '%s must be the root directory of a valid JVM installation'`\n" "${JAVA_HOME}"
|
H A D | wrapper.sh | 72 java_locs="$JAVA_HOME/bin:/bin:/usr/bin:/usr/java/bin:$PATH" 103 jar_locs="$JAVA_HOME/bin:/bin:/usr/bin:/usr/java/bin:$PATH" 121 echo "and accessible in your PATH or by setting JAVA_HOME" 136 echo "and accessible in your PATH or by setting JAVA_HOME" 216 #validate JAVA_HOME, leave full validation to OI. 239 JAVA_HOME=`dirname $my_java_bin` 240 export JAVA_HOME
|
H A D | engine-wrapper | 184 JAVA_HOME=${JAVAHOME} 185 export JAVA_HOME 228 ${JAVA_HOME}/bin/java ${JAVA_OPTIONS} -Dinstall.engine=${theInstallEngine} \
|
H A D | uninstall.sh | 50 echo "and accessible through PATH or JAVA_HOME or by using -j option with" 56 java_locs="$JAVA_HOME/bin:/bin:/usr/bin:/usr/java/bin:$PATH" 147 #validate JAVA_HOME, if the user has explicitly passed it using -j, then validate that value also. 220 #Validate the JAVA_HOME 221 #User relies on environment JAVA_HOME value, if it is not explicitly passed
|
/glassfish-3.1.2/installer/src/main/resources/wrappers/ |
H A D | product-installer.sh | 49 JAVA_LOC=${JAVA_HOME} 81 JAVA_HOME="$JAVA_HOME" # java home path 166 if [ -n "${JAVA_HOME}" ] ; then 167 ENGINE_OPS="${ENGINE_OPS} -j ${JAVA_HOME}" 281 JAVA_HOME=${BUNDLED_JAVA_JRE_LOC}/${JAVAMEDIAPATH} 282 if [ ! -d ${JAVA_HOME} ] ; then 283 echo "${JAVA_HOME} must be the root directory of a valid JVM installation" 284 echo "Please provide JAVA_HOME as argument with -j option and proceed." 340 j) JAVA_HOME [all...] |
H A D | product-installer.vbs | 54 JAVA_HOME= wShell.ExpandEnvironmentStrings("%JAVA_HOME%") 93 if JAVA_HOME <> "" Then 94 ENGINE_OPS=ENGINE_OPS+" -j "+chr(34)+JAVA_HOME+chr(34) 129 JAVA_HOME=BUNDLED_JAVA_JRE_LOC+"\"+JAVAMEDIAPATH 130 if Not gFileSystem.FolderExists(JAVA_HOME) Then 131 WScript.Echo JAVA_HOME+" must be the root directory of a valid JVM installation" 132 WScript.Echo "Please provide JAVA_HOME as argument with -j option and proceed." 218 JAVA_HOME=trim(args.Item(argumentCounter+1)) 221 if Not gFileSystem.FolderExists(JAVA_HOME) The [all...] |
H A D | oiuninstaller | 151 if [ -n "${JAVA_HOME}" ] ; then 152 ENGINE_OPS="${ENGINE_OPS} -j ${JAVA_HOME}" 221 j) JAVA_HOME=${OPTARG} 223 if [ ! -d ${JAVA_HOME} -o ! -r ${JAVA_HOME} ] ; then 224 ${PRINTF} "`${GETTEXT} '%s must be the root directory of a valid JVM installation'`\n" "${JAVA_HOME}"
|
H A D | wrapper.sh | 71 java_locs="$JAVA_HOME/bin:/bin:/usr/bin:/usr/java/bin:$PATH" 102 jar_locs="$JAVA_HOME/bin:/bin:/usr/bin:/usr/java/bin:$PATH" 121 #validate JAVA_HOME, leave full validation to OI. 128 echo "and accessible in your PATH or by setting JAVA_HOME" 133 JAVA_HOME=`dirname $my_java_bin` 134 export JAVA_HOME 142 echo "and accessible in your PATH or by setting JAVA_HOME"
|
H A D | engine-wrapper | 183 JAVA_HOME=${JAVAHOME} 184 export JAVA_HOME 231 ${JAVA_HOME}/bin/java ${JAVA_OPTIONS} -Dinstall.engine=${theInstallEngine} \
|
H A D | uninstall.sh | 50 echo "and accessible through PATH or JAVA_HOME or by using -j option with" 56 java_locs="$JAVA_HOME/bin:/bin:/usr/bin:/usr/java/bin:$PATH" 138 #validate JAVA_HOME, if the user has explicitly passed it using -j, then validate that value also. 200 #Validate the JAVA_HOME 201 #User relies on environment JAVA_HOME value, if it is not explicitly passed
|
/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/ |
H A D | GFEmbeddedLauncher.java | 243 String err = "You must set the environmental variable JAVA_HOME to point " + 246 String jdkDirName = System.getenv(JAVA_HOME); 372 private static final String JAVA_HOME = "JAVA_HOME"; field in class:GFEmbeddedLauncher 380 "JAVA_HOME - path to a JDK installation. JRE installation is generally not good enough\n" +
|
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/ |
H A D | ServerTags.java | 292 static public final String JAVA_HOME = "java-home"; field in class:ServerTags
|