|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.classpath.VMSystemProperties
public class VMSystemProperties
Jikes RVM implementation of GNU Classpath's gnu.classpath.VMSystemProperties.
Library support interface of Jikes RVM. See the Javadoc documentation for GNU Classpath's reference implementation of VMSystemProperties -- for copyright reasons, we cannot duplicate it here.
| Constructor Summary | |
|---|---|
VMSystemProperties()
|
|
| Method Summary | |
|---|---|
private static void |
insertLibraryPath(Properties p)
Set java.library.path. |
static void |
postInit(Properties properties)
Override the default SystemProperties code; insert the command-line arguments. |
static void |
preInit(Properties p)
VMRuntime.insertSystemProperties is used by Classpath versions through Classpath 0.12. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VMSystemProperties()
| Method Detail |
|---|
public static void preInit(Properties p)
private static void insertLibraryPath(Properties p)
public static void postInit(Properties properties)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||