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?