ok. the JIT output native machine code, then it is the JVM runtime to execute it.
JVM = (Java Source) --compile-to- (byecode) -- precompile-to- (Nativecode) (User Java Code) --compile-to- (Bytecode) the JVM now load bytecode, calls the JIT to translate it native code, and execute the native code. So how the JVM execute the native code? it is compiled by the JIT compiler also, but it looks that it is something magic. 2005/5/11, Torsten Curdt <[EMAIL PROTECTED]>: > > > All ok but ...now how do you > want to execute that from java - easily? > > cheers > -- > Torsten > > >
