unfortunatly, this is for a class and we always run our programs from an IDE, is there anyway to dynamically close or minimize the console window? -Greg :-Q
well then your IDE needs to supply an option/setting or something to accomplish that. There is probably a setting pointing to "java.exe" that you can change to "javaw.exe"
you can't close the window since it is your JVM it needs to remain running.
If you can dynamically hide it from your Java application? I guess maybe using JNI but that hardly seems worth it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.