Is there a way to the hide win32 launch console from a Java program (if possible without JNI)
- by Erik N
You launch a java program from a console (maybe using a .bat script).
I don't want the console to remain visible, I want to hide it.
Is there a simple way to do this ? Without JNI ?
Thanks.