View Single Post
  #1 (permalink)  
Old 10-01-2008, 10:07 AM
Md Saim Md Saim is offline
Member
 
Join Date: Sep 2008
Location: Kolkata, India
Posts: 20
Rep Power: 0
Md Saim is on a distinguished road
Post How to run jar file without installing jre
i have a stand-alone JAR file. I want it to distribute it on CD.Now JAR file requires JRE to work.How do i create the CD without installing JRE on the client PC ? Is there any way to emulate the Java Runtime Environment on the CD so that no installation of JRE is required on the client PC and the JAR file can directly run from the CD .

Thanks in advance.

Last edited by Md Saim; 10-01-2008 at 10:14 AM.
Reply With Quote