Results 1 to 5 of 5
- 01-06-2012, 12:48 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 8
- Rep Power
- 0
How to make Exe of Java Project which run on PC without java installation
HI,
I completed my Java project and i want to make .Exe of that project, i used tools like Launch4J,Jsmooth,NSIS,Excelsior JET but the .EXE made by this tools require JRE installation on machine.
My requirment is that i want to make EXE set up file of java project which can run without any java installation on Windows OS ..
Is there any Opensource Tool.????
Thanks and Regards,
Nav.
- 01-06-2012, 01:06 PM #2
Member
- Join Date
- Sep 2011
- Posts
- 20
- Rep Power
- 0
Re: How to make Exe of Java Project which run on PC without java installation
I have developed a small application in VB6 that checks for the JRE and if it is not the JRE, install JRE in silent mode.
I have it developed, but the source code is in Spanish. If you are interested even so I send this application.
- 01-06-2012, 04:27 PM #3
Re: How to make Exe of Java Project which run on PC without java installation
Impossible, you cannot run a java app without java. It is possible to bundle a copy of the JVM with your app, but this will make it huge. You could also use some kind of crazy cross compiler to convert the java into something else, and then compile that natively... but why would you do that?My requirment is that i want to make EXE set up file of java project which can run without any java installation on Windows OS ..
If you need a windows-only binary, why didn't you write the app in c#? Java is meant for cross platform deployment, and a windows exe doesn't fit that requirement.
- 01-08-2012, 05:05 AM #4
Member
- Join Date
- Jan 2012
- Posts
- 8
- Rep Power
- 0
Re: How to make Exe of Java Project which run on PC without java installation
thanks for ur suggestions....
- 01-08-2012, 05:06 AM #5
Member
- Join Date
- Jan 2012
- Posts
- 8
- Rep Power
- 0
Similar Threads
-
About installation of Ide of java
By waqar100 in forum NetBeansReplies: 8Last Post: 05-28-2010, 09:02 AM -
About installation of Ide of java
By waqar100 in forum New To JavaReplies: 1Last Post: 05-25-2010, 08:28 PM -
java installation assistant have been interrumped before the installation finished
By frs80 in forum Java SoftwareReplies: 0Last Post: 01-18-2010, 02:57 AM -
how to make installation files using netbeans 6.5
By santhosh_el in forum AWT / SwingReplies: 1Last Post: 03-25-2009, 11:26 AM -
A good Java installation package can make things much easier
By freezea in forum Reviews / AdvertisingReplies: 2Last Post: 02-01-2009, 12:03 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks