Searched defs:Runtime (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DRuntime.java35 * <code>Runtime</code> that allows the application to interface with
42 * @see java.lang.Runtime#getRuntime()
46 public class Runtime { class
47 private static Runtime currentRuntime = new Runtime();
51 * Most of the methods of class <code>Runtime</code> are instance
54 * @return the <code>Runtime</code> object associated with the current
57 public static Runtime getRuntime() {
62 private Runtime() {} method in class:Runtime
255 * indicates abnormal termination. If the <tt>{@link Runtime#exi
[all...]

Completed in 61 milliseconds