PDA

Click to See Complete Forum and Search --> : What is javaw.exe?


transcendental
Dec 14th, 2001, 02:42 AM
I know what is javac.exe?

But what is javaw.exe?

Java newbie here.

filburt1
Dec 14th, 2001, 05:46 AM
Like java.exe is to console programs, javaw.exe is for Swing/AWT programs.

e-mulan
Dec 14th, 2001, 09:23 AM
The javaw command is identical to java, except that with javaw there is no associated console window. Use javaw when you don't want a command prompt window to appear. The javaw launcher will, however, display a dialog box with error information if a launch fails for some reason.

java.exe can also run Swing/Awt program.