| Author |
hi problem in .exe
|
narasimharao konjeti
Ranch Hand
Joined: Apr 26, 2003
Posts: 130
|
|
hi, I have to call .exe file in java. and i have to run the .exe file by using java program in MAC os X , how could i run the .exe fine on MAC. please let us know immediately. can i use jni. to call java file in mac. cheers nr konjeti
|
"Unwise to sweat petty stuff, wise to pet sweaty stuff."
|
 |
VIJAY Yadlapati
Ranch Hand
Joined: Aug 04, 2003
Posts: 175
|
|
Like this try { Process p = Runtime.getRuntime().exec("notepad"); } catch(IOException ie) { ie.printStackTrace(); }
|
 |
 |
|
|
subject: hi problem in .exe
|
|
|