[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?
|
- From: shaba_dil@xxxxxxxxx (basha)
- Date: Mon, 28 Jul 2003 00:59:07 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
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.