PDA

View Full Version : java internal process starting


tricolaire
05-07-2005, 03:47 PM
how do I tell the computer to run a new program from within a java application?

JPM
05-07-2005, 05:35 PM
exec() (http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html)

tricolaire
05-08-2005, 02:54 AM
what class is that in, System?

shmoove
05-08-2005, 08:09 AM
Runtime.

shmoove