MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / exec

Method exec

src/java/lang/Runtime.java:72–74  ·  view source on GitHub ↗

Executes the system command specified in the parameter. Returns a Process which has methods for optaining the stdin, stdout, and stderr of the subprocess. This method fails if executed by untrusted code. @param command a specified system command @return an instance of class Process

(String command)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

countTokensMethod · 0.95
hasMoreTokensMethod · 0.95
nextTokenMethod · 0.95
getSecurityManagerMethod · 0.95
checkExecMethod · 0.95
execInternalMethod · 0.95

Tested by

no test coverage detected