| java.lang.Object com.salmonllc.ideTools.eclipse.ProgramLauncher
ProgramLauncher | public class ProgramLauncher (Code) | | author: Administrator author: To change this generated comment edit the template variable "typecomment": author: Window>Preferences>Java>Templates. author: To enable and disable the creation of type comments go to author: Window>Preferences>Java>Code Generation. |
Method Summary | |
public static Launch | runProgram(String classToLaunch, String classPath, String vmArgs, String programArgs, String workingDir, boolean debug) | public static Launch | runProgram(String classToLaunch, String classPath, String vmArgs, String programArgs, String workingDir, boolean debug, IStreamListener listener, String vmName) |
runProgram | public static Launch runProgram(String classToLaunch, String classPath, String vmArgs, String programArgs, String workingDir, boolean debug, IStreamListener listener, String vmName) throws CoreException(Code) | | |
|
|