The C source for java.exe is included in the JDK. Has anyone ever managed to compile this code to an executable on Windows using Visual Studio?
I’ve created a Win32 console app, added all the files from the ‘launcher’ folder in the java src.zip.
The code for java.exe includes ‘jvm.h’ which isn’t in the JDK. Where can I find this file?
There’s unfortunately a lot more too it then that.
I’d recommend hitting up http://openjdk.org/ and starting from there…
On a larger note — what is you’re goal — are you working on embedding java, creating some interesting native launcher, or just curious?