Launching an application ucing JDI package

How can i launching an application by performing its path and its class main without using the javac command line explicitly?
[139 byte] By [asmainfa] at [2007-11-26 18:02:57]
# 1

Hello,

I find an answer lastly, about the execution of an extern application using a debugger application, witch is by using Launching Connector, and this connector can be used by a debugger application to launch a Sun VM or any other VM,

There are two Launching Connectors provided by sun:

Sun Command Line Launching Connector.

Raw Command Line Launching Connector.

For using these connectors, the GUI example in demo\jpda of jdk , uses theses connectors exactly in the LaunchTool class, illustrate how to use all jpda connectors with a user arguments .

But now, I don抰 succeed to attach a currently running target VM in the same machine through the socket transport in windows OS.

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