MCPcopy Create free account
hub / github.com/MTrop/DoomTools / spawnJava

Method spawnJava

src/main/java/net/mtrop/doom/tools/common/Common.java:167–170  ·  view source on GitHub ↗

Creates a Java process callable using some common Java options. @param mainClass the class. @return the new process callable.

(Class<?> mainClass)

Source from the content-addressed store, hash-verified

165 * @return the new process callable.
166 */
167 public static ProcessCallable spawnJava(Class<?> mainClass)
168 {
169 return ProcessCallable.java(mainClass, "-Xms64M", "-Xmx4G");
170 }
171
172 /**
173 * Opens the system explorer/finder to highlight a file.

Callers 15

callBuildMethod · 0.95
startGUIAppProcessMethod · 0.95
helpProcessMethod · 0.95
callDecoHackMethod · 0.95
callDImgConvMethod · 0.95
callDMXConvMethod · 0.95
callDoomMakeMethod · 0.95
callWadMergeMethod · 0.95
callWadScriptMethod · 0.95
callWadTexMethod · 0.95
callWSwAnTblMethod · 0.95
callWTexListMethod · 0.95

Calls 1

javaMethod · 0.95

Tested by

no test coverage detected