Home
last modified time | relevance | path

Searched refs:getJVMPath (Results 1 – 3 of 3) sorted by relevance

/dports/biology/jalview/jalview/getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/
H A DLaunchUtil.java71 getJVMPath(appdir), "-jar", pro.toString(), appdir.getPath() in updateVersionAndRelaunch()
86 public static String getJVMPath (File appdir) in getJVMPath() method in LaunchUtil
88 return getJVMPath(appdir, false); in getJVMPath()
96 public static String getJVMPath (File appdir, boolean windebug) in getJVMPath() method in LaunchUtil
/dports/biology/jalview/jalview/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/
H A DGetdown.java537 String vmpath = LaunchUtil.getJVMPath(_app.getLocalPath("")); in updateJava()
/dports/biology/jalview/jalview/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/
H A DApplication.java1050 args.add(LaunchUtil.getJVMPath(getAppDir(), _windebug || optimum)); in createProcess()