| Author |
diff btw java and javaw
|
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Hi all. what is the diff btw java.exe and javaw.exe as I know, java.exe launched the JVM , but what about javaw.exe ? gracias.
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
|
It's a Windows-only thing. "java.exe" is attached to standard I/O; if you start it by double-clicking, a new terminal window gets created. "javaw.exe" creates a JVM with the standard I/O streams unconnected -- the process launches into the background and if you double-click, no terminal will be created.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: diff btw java and javaw
|
|
|