I want to run my applet from the web. But the applet should call a exe (which takes in a txt as a input) and generate a couple of txt's.....
To make my applet execute the .exe i had to make it into a signed jar....so now how do i do it without putting the .exe also into the jar?
Is there any other way?
Thanks
Bharath