Possible Duplicate:
How to deliver my Java application with a particular JRE?
I have developed Java desktop application in Swing and created jar for that. This is working fine by double click on it, in my OS (Windows). Now I want to run same jar file in some other system (Different Operating system), that don't have any Java related software.
How to include JRE in my Java application that will make my application to run in any operating system?