#include "arch.h"
#include <stdlib.h>
#include "jvmcfg.h"
#include "classfile.h"
#include "jvm.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv, char **envp) |
Example of invoking the main JVM entry point. | |
static void | main_c_dummy (void) |
Variables | |
static char * | main_c_copyright = "\0" "$URL: https://svn.apache.org/path/name/main.c $ $Id: main.c 0 09/28/2005 dlydick $" " " "Copyright 2005 The Apache Software Foundation or its licensors, as applicable." |
|
|
|
Example of invoking the main JVM entry point. The arguments to jvm() are identical in format and presentation to those used to enter a 'C' main program.
Definition at line 73 of file main.c. References jvm(). |
|
|