Hi:
 
I got a java application that uses exec("nativeApp.exe") to start a native application.  It works fine on NT.  But on Linux exec("a.out") gets an exception saying a.out could not be found.  a.out is placed in the same directory as java app does.  What I missed?
 
Thank you.
 
 
Lee
 

Reply via email to