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

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/process/
H A DJps.java98 if (jpsExe == null) {
101 ProcessManager pm = new ProcessManager(jpsExe.getPath(), "-l");
151 private static final File jpsExe; field in class:Jps
167 jpsExe = SmartFile.sanitize(fhere);
169 jpsExe = SmartFile.sanitize(fthere);
171 jpsExe = null;

Completed in 11 milliseconds