This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Disable shell window on win32 when running external command line programs
- From: Simon Rutishauser <simon dot rutishauser at gmx dot ch>
- To: "GCJ-Mailinglist" <java at gcc dot gnu dot org>
- Date: Sun, 8 Jun 2003 21:12:11 +0200
- Subject: Disable shell window on win32 when running external command line programs
hi,
as up to now I was (due to this mailinglist) able to disable gcj-swt-apps
showing a console window when started using -mwindows at link-time
but if I now start an external command line program (in this case cdrecord)
using
Runtime.getRuntime().exec("cdrecord --scanbus");
there pops up a command line window - which is not the case when using the sun
jre
How can I disable this?
Peschmä