Possible Duplicate:
Running java without installing jre?
I am working on a Java application. I created an executable .jar file of my application. It works fine on my machine. Now, I want to deploy it over the client machines which don't have JRE locally.
- Is there any way to run my executable jar file without installing JRE locally?
- Alternately: What minimum files are required from the JRE folder so I can pack them with my installation package?
Suggestions are always welcome.