Searched defs:jreHome (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/appclient/client/appclient-scripts/src/main/resources/glassfish/bin/
H A Dappclient.js380 var jreHomePath = jreHome(osPath);
391 function jreHome(osPath) { function
393 var jreHome = null;
400 jreHome = osPathElt + "\\..\\jre";
407 jreHome = osPathElt + "\\..";
416 return jreHome;
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/
H A DCLIBootstrap.java1140 protected File jreHome; field in class:CLIBootstrap.JavaInfo
1147 jreHome = new File(System.getProperty("java.home"));
1156 return new File(jreHome, "bin");
1172 return new File(jreHome, "lib");

Completed in 285 milliseconds