Help Needed - Executing a .exe in a JAR

Hi,I am stuck with a problem...I have a jar file which has an applet class, a .exe file and a .txt file.I want the applet to call the exe which will use the .txt and produce two more .txt files(inside the jar)..Is it possible?Thanks,Bharath
[289 byte] By [bharath_neoa] at [2007-10-3 9:33:20]
# 1
I don't think so.BTW this seems like a strange setup, why is an applet calling a exe in its jar. This seems really strange? What are you trying to do?
zadoka at 2007-7-15 4:48:29 > top of Java-index,Desktop,Deploying...
# 2

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

bharath_neoa at 2007-7-15 4:48:29 > top of Java-index,Desktop,Deploying...