[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Don't display the command line window?

Hi 

Javaw runs your program without the command-prompt window... in windows,
you would make a shortcut to "<JDK_directory>\bin\javaw.exe -classpath
<your_classpath> yourApp", and then you can run your program by clicking
on an icon.

now u r free from command prompts.

basha

Tobias Kammann wrote:

> Ed Burnette wrote:

> > Run javaw.exe instead of java.exe.

> Thanks, but unfortunatelly this still opens a console-window - although
> it's blank, because all outputs are suppressed. Hmm...

> Tobias.