doronsha 0 Newbie Poster

Hi All

I am a c++ programer tring to run my exe from a java interface.
But the java interface that i wrote run on windows and the c++ exe
is in unix.

This is not helping me:
Process p = Runtime.getRuntime().exec("\\bmdth01\\ddef03\\ksh_sh");

the unix is mapped to my comutere via samba but i did not succed to
run it .

Mybe somone have any idea how to do it :?: