Richard O. Hammer wrote:

Is there an easy way to launch a Java Swing application in Windows 2000 without opening a DOS command window?

I know that I can make a .bat file containing "java ClassName" and then double click on the file name, or create a shortcut to the .bat file, but that always seems to open the command window which stays open as long as the application is running.

try the .bat file approach, using javaw.exe instead of java.exe, I think that might give you what you want.


TTYL,

Phil
--
North Carolina - First In Freedom

Free America - Vote Libertarian
www.lp.org


_______________________________________________
Juglist mailing list
[email protected]
http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to