Create .exe Files
#1
Posted 22 March 2005 - 05:58 PM
#2
Posted 22 March 2005 - 06:12 PM
But there's a slight issue... What kind of .exe file exactly do you need? Do you want it to be just a wrapper executable containing a Jar file or do you want to have it compiled all the way down to native code like a C++ program?
There's a significant difference here -- making a wrapper .exe file could probably be done very easily in JCreator if they make such a feature, but compiling a program down to the native level in Java is not something that Java inherently supports, so that would be much more difficult...
#3
Posted 23 March 2005 - 05:49 AM
But there's a slight issue... What kind of .exe file exactly do you need? Do you want it to be just a wrapper executable containing a Jar file or do you want to have it compiled all the way down to native code like a C++ program?
There's a significant difference here -- making a wrapper .exe file could probably be done very easily in JCreator if they make such a feature, but compiling a program down to the native level in Java is not something that Java inherently supports, so that would be much more difficult...
I was thinking of a simple .exe wrapper. There are quite a few of them out there, but integrating them into JCreator is a pain. Native support would be awesome, but all I want is a "Convert to exe" button on the toolbar.
#4
Posted 23 March 2005 - 06:12 AM
You're right, Xinox should definitely include it! :-)
#5
Posted 23 March 2005 - 09:56 AM
#6
Posted 04 May 2006 - 01:15 PM
Edited by hcooler, 04 May 2006 - 01:15 PM.
#7
Posted 04 May 2006 - 01:27 PM
will some one please tell me how to create executable (.exe) files on JCreator 3.5
JCreator 3.5 does not have an option of creating .exe files for your Java projects.
Please consider using a third-party tool such as Launch4j which is free.
For more info see: http://launch4j.sourceforge.net/
Hope it helps!
Ranganath Kini
Sun Certified Java Programmer
#8
Posted 04 May 2006 - 01:42 PM
#9
Posted 04 May 2006 - 03:25 PM
well than how do i get them to run as programs on computers with out jcreator 3.5
Launch4j is not related to JCreator 3.5 in anyway. Its a completely independant product which makes .exe binary programs from your JAR files. The executable programs made by Launch4j can run without the support of JCreator, it only needs the a Java Runtime Environment.
Hope it helps!
Ranganath Kini
Sun Certified Java Programmer
#10
Posted 05 May 2006 - 02:27 PM
#12
Posted 08 May 2006 - 12:59 PM
#13
Posted 08 May 2006 - 01:15 PM
#14
Posted 08 May 2006 - 02:18 PM
or could you give me a programing lang easier to make an .exe
I dont understand what you're really trying to ask.
Java does not support the creation of EXEs. You need tools like Launch4j to wrap your Java JAR file with an EXE and make it executable in Windows.
You can try other programming languages like C/C++, VB, C#, etc for your "EXE making".
Ranganath Kini
Sun Certified Java Programmer
#15
Posted 08 May 2006 - 04:29 PM
#16
Posted 08 May 2006 - 04:34 PM
#17
Posted 08 May 2006 - 04:43 PM
#18
Posted 08 May 2006 - 04:47 PM
where can i find Visual C++ Express 2005
Find Microsoft Visual C++ 2005 Express Edition here:
http://msdn.microsoft.com/vstudio/express/...lC/default.aspx
Ranganath Kini
Sun Certified Java Programmer
#19
Posted 08 May 2006 - 06:01 PM
Sun Certified Java Programmer
-----------------------------------
Java 1.5 API <---Check the specs
Google is your friend
#20
Posted 10 May 2006 - 01:50 PM












