Results 1 to 3 of 3

Thread: What is javaw.exe?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396

    What is javaw.exe?

    I know what is javac.exe?

    But what is javaw.exe?

    Java newbie here.
    I'm a VB6 beginner.

  2. #2
    Like java.exe is to console programs, javaw.exe is for Swing/AWT programs.

  3. #3
    Member
    Join Date
    Nov 2001
    Location
    C2C
    Posts
    42
    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.
    Hai Kuo Ren Yu Yao. Tian Gao Ren Niao Fei.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width