[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?

Run javaw.exe instead of java.exe.

--
Ed Burnette, co-author Eclipse in Action (www.manning.com/gallardo)


"Tobias Kammann" <k.man@xxxxxx> wrote in message
news:bfuvif$s1u$1@xxxxxxxxxxxxxx
> Hi there!
> Probably it's just an option I didn't find yet or it's even a
> java-VM-parameter. But since I didn't see anything in the helps or in this
> newsroup, I'll write:
>
> How can I prevent Java from opening a DOS-Window (I'm operating under
> Windows XP Pro, SP1) when running my java-swt-application?
> For example I've got a jar-package which I'm calling with a batch-file...
> Even if there are no System.out.print's I still get a console...
>
> Perhaps somebody could point his or her finger on the (I guess too easy)
> solution? ;)