executing a process in backhand
Hi
Using Netbeans i can build my project and get the jar file path where it is automatically built ,however eclipse does not provide the path for a jar file nor does it make a jar file.
I was using jar file to execute the comand
Runtime.getRuntime().exec("java -jar /Users/abc/Desktop/Test/dist/Test.jar");
how can i use the same command to run with Eclipse
any solutions?
Thanks
Re: executing a process in backhand
I am unclear what your requirements are. Do you wish to run a jar from within another? Export a runnable jar from Eclipse? Something else?