Recently I noted that some applications are running on javaw
(not in java
). What is the difference between them and how can I run my Swing application on javaw
?
java.exe
is the console app while javaw.exe
is windows app (console-less). You can't have Console
with javaw.exe
.