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