JAVA FAQ

  1. java.exe v.s. javaw.exe
    "The javaw.exe command is identical to java.exe, except that with javaw.exe there is no associated console window. ... Use javaw.exe when you don't want a command prompt window to appear. The javaw.exe launcher will, however, display a dialog box with error information if a launch fails for some reason."
原文地址:https://www.cnblogs.com/xingzhou/p/6039009.html