Searched refs:CLASSPATH (Results 1 - 11 of 11) sorted by relevance

/glassfish-3.1.2/persistence/cmp/cmp-scripts/src/main/resources/glassfish/bin/
H A Dcapture-schema46 echo java -Xms24m -Xmx96m -cp "$AS_INSTALL_LIB/common-util.jar;$AS_INSTALL_LIB/cmp-utility.jar;$AS_INSTALL_LIB/cmp-support-ejb.jar;$AS_INSTALL_LIB/cmp-ejb-mapping.jar;$AS_INSTALL_LIB/dbschema-repackaged.jar;$CLASSPATH" com.sun.jdo.spi.persistence.support.ejb.util.CaptureSchemaWrapper $@
47 java -Xms24m -Xmx96m -cp "$AS_INSTALL_LIB/common-util.jar:$AS_INSTALL_LIB/cmp-utility.jar:$AS_INSTALL_LIB/cmp-l10n.jar:$AS_INSTALL_LIB/cmp-support-ejb.jar:$AS_INSTALL_LIB/cmp-ejb-mapping.jar:$AS_INSTALL_LIB/dbschema-repackaged.jar:$CLASSPATH" com.sun.jdo.spi.persistence.support.ejb.util.CaptureSchemaWrapper $@
H A Dcapture-schema.bat48 java -Xms24m -Xmx96m -cp "%AS_INSTALL_LIB%\common-util.jar;%AS_INSTALL_LIB%\cmp-utility.jar;%AS_INSTALL_LIB%\cmp-support-ejb.jar;%AS_INSTALL_LIB%\cmp-ejb-mapping.jar;%AS_INSTALL_LIB%\dbschema-repackaged.jar;%CLASSPATH%" com.sun.jdo.spi.persistence.support.ejb.util.CaptureSchemaWrapper %*
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/
H A DProfilerConfigTest.java58 private static final String CLASSPATH = "/foo/bar"; field in class:ProfilerConfigTest
64 optional.put(ProfilerConfigKeys.CLASSPATH_KEY, CLASSPATH);
/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/
H A Dengine-wrapper177 if [ -n "${CLASSPATH}" ]; then
178 theCP="${theCP}:${CLASSPATH}"
186 CLASSPATH=${theCP}
187 export CLASSPATH
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/
H A Dengine-wrapper177 if [ -n "${CLASSPATH}" ]; then
178 theCP="${theCP}:${CLASSPATH}"
186 CLASSPATH=${theCP}
187 export CLASSPATH
/glassfish-3.1.2/installer/src/main/resources/wrappers/
H A Dengine-wrapper176 if [ -n "${CLASSPATH}" ]; then
177 theCP="${theCP}:${CLASSPATH}"
185 CLASSPATH=${theCP}
186 export CLASSPATH
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/
H A DCreateLifecycleModuleCommand.java148 appProps.setProperty(ServerTags.CLASSPATH, classpath);
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DDFDeploymentProperties.java336 public static final String CLASSPATH = "classpath"; field in class:DFDeploymentProperties
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DLifecycleModuleService.java178 ServerTags.CLASSPATH);
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DServerTags.java387 static public final String CLASSPATH = "classpath"; field in class:ServerTags
693 //static public final String CLASSPATH = "classpath";
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DUpgradeService.java479 prop1.setName(ServerTags.CLASSPATH);

Completed in 3013 milliseconds