I am trying to execute a exe file within' a jar file.
My question:
1. How do I locate the exe within' the jar?
I am using the runtime().exec()
to launch it. Right now I have to extract it then launch it, then after it's finished delete it.
Thanks PO