This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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ä


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]