jvm running in myprogram.exe?
I heard a way back there was a way to compile/bundle a java program with an app, so I could create something like myprogram.exe where the jvm was linked into it. ie. When I run myprogram.exe, and I look at taskmgr, there is no java.exe running. It is running under myprogram.exe. Is there a way to do this?
I am just looking for any way I can make it so the process running looks like a normal windows exe instead of java.exe.

