> From Brandon <blanu at uts.cc.utexas.edu>

>> OK.  That's a good way to have the thing shut down.  Now all I need to do
>> is figure out how to make the client spawn stuff.  This is not possible
>> without the aid of *some* platform-specific component.  The trick is to
>> make it as clean and pleasant a mechanism as possible.  I'm sure I can
>> think of something.

> What's wrong with Runtime.exec()?

It would be nice if the string being fed into Runtime.exec was grabbed out of 
a configuration file (with some sort of syntax for replaceable parameters).  
It would save a recompile and people with oddball configurations will probably 
know how to write a proper command line call for their setup, but may not know 
enough java to stick it in the code.

Anyone know what happens when you do Runtime.exec() on a mac?

--
Benjamin Coates


_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to