Hi.
I'm trying to find an compiler that can compile javacode direct to machine code.
I know that programs like javaExegen exists but it requries that the enduser has JVM to.
Does anyone know if there is a way to compile direct to machinelanguage(I'm a Linux user but a Win compiler will do in a worst case).
The reason I want to do this is beacuse I want to improve the speed of all my Java app.
I'm trying to find an compiler that can compile javacode direct to machine code.
I know that programs like javaExegen exists but it requries that the enduser has JVM to.
Does anyone know if there is a way to compile direct to machinelanguage(I'm a Linux user but a Win compiler will do in a worst case).
The reason I want to do this is beacuse I want to improve the speed of all my Java app.