Accessing exe in Java
Dear Friends,
I know that we can access the exe in Java by the help of
Runtime & Process Class . But through this Class i can't able to
call exes other than windows default exe
( like notepad,Taskmanager,regedit. )
I can only call the exe in C:\WINNT Location . I can't able
to call other exe which are not in C:\WINNT Location .
how can i call exes which are not in C:\WINNT Location
|