by Mark Space <markspace@[EMAIL PROTECTED]
>
May 10, 2008 at 11:12 AM
Mr. X. wrote:
> Hello.
> I have a menu, that runs several programs (all are java code).
>
> What is the best concept to run one application from other one ?
>
> Thanks :)
>
>
"Best" is a tricky proposition with so little information to go on.
Here's one way:
<http://java.sun.com/javase/6/docs/api/java/lang/Runtime.html#exec(java.lang.String)>