hi,
I wanna run a few files which are .exe and .jar from a java file as a part of my application...
This is the code that i got frm net
/* Runtime rt = Runtime.getRunt ime() ;
Process p = rt.exec("notepa d") ; */
i am not able to open other files but its possible by giving their path....... I need to run my application on different systems, i cannot change the path everytime as per the system.....
so please can anyone say me what is the correct code
Thanks in advance
NIKHILESH
I wanna run a few files which are .exe and .jar from a java file as a part of my application...
This is the code that i got frm net
/* Runtime rt = Runtime.getRunt ime() ;
Process p = rt.exec("notepa d") ; */
i am not able to open other files but its possible by giving their path....... I need to run my application on different systems, i cannot change the path everytime as per the system.....
so please can anyone say me what is the correct code
Thanks in advance
NIKHILESH
Comment