Running an application without command-lines

Hello,

JPDA provide several interfaces in tools.jar lib for developing debugger applications.

Is it possible to launch an application by launching connectorwithout using jdb, andwithout using java command lineexplicitly?

Is there any method help meto launch any application by my personal interface?

[363 byte] By [asmainfa] at [2007-11-26 18:44:03]
# 1

hello,

The answer is similar to the first reply to: Launching an application using JDI package

I.e. using the launching connectors

There are other ways to execute another application programmatically with the exec () method in the class Runtime, and JDK 5.0 adds a new way of executing a command in a separate process, through a class called ProcessBuilder

asmainfa at 2007-7-9 6:17:59 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...