I need to run exe file on clicking my Button in Java GUI. I have used exec() and code is as ,
exec("c:\\rr\test.exe")
test.exe is compiled from turbo c++. I am getting error as "Error while setting environment for the application". 16 bit MS-DOS sub system. Please help..!