java_lang_Runtime

Native methods of the Java API class java.lang.Runtime.



Functions


struct Hjava_lang_String* java_lang_Runtime_initializeLinkerInternal(struct Hjava_lang_Runtime* this)

Initialise the linker and return the search path for shared libraries.

Arguments Return value

struct Hjava_lang_String* java_lang_Runtime_buildLibName(struct Hjava_lang_Runtime* this, struct Hjava_lang_String* s1, struct Hjava_lang_String* s2)

Construct a library name.

Arguments Return value

jint java_lang_Runtime_loadFileInternal(struct Hjava_lang_Runtime* this, struct Hjava_lang_String* s1)

Load in a library file.

Arguments Return value

void java_lang_Runtime_exitInternal(struct Hjava_lang_Runtime* r, jint v)

Exit the whole thing.

Arguments

struct Hjava_lang_Process* java_lang_Runtime_execInternal(struct Hjava_lang_Runtime* this, HArrayOfObject* argv, HArrayOfObject* arge)

Execute another program.

Arguments Return value

jlong java_lang_Runtime_freeMemory(struct Hjava_lang_Runtime* this)

Exec another program.

Arguments Return value

jlong java_lang_Runtime_totalMemory(struct Hjava_lang_Runtime* this)

Returns the amount of total memory.

Arguments Return value

void java_lang_Runtime_gc(struct Hjava_lang_Runtime* this)

Runs the garbage collector.

Arguments

void java_lang_Runtime_runFinalization(struct Hjava_lang_Runtime* this)

Runs any pending finalized methods. This is done by garbage collection system - so just run that. Runs the garbage collector.

Arguments

void java_lang_Runtime_traceInstructions(struct Hjava_lang_Runtime* this, jbool on)

Enables/disables tracing of instructions. Unimplemented!

Arguments

void java_lang_Runtime_traceMethodCalls(struct Hjava_lang_Runtime* this, jbool on)

Enables/disables tracing of method calls. Unimplemented!

Arguments

void java_lang_Runtime_runFinalizersOnExit0(jbool on)

Unimplemented!

Arguments
File generated from "Runtime.c" by autodoc. 19-03-1998 14:58