|
-
Nov 6th, 2005, 12:16 PM
#1
Thread Starter
Junior Member
Exe In Java
Hallow...
Is There Anybody Can Help Me To Guide How To Make Exe File In Java.....actually I Am Doing A Small Pro In Java....having Three Modules Means Three Separate Programs But Unable To Make
These Three Modules In One Or Exe Of Them....
Can Anyone Show Me The Way......?
.................................................thanks In Advance....
-
Nov 7th, 2005, 06:31 AM
#2
-
Nov 7th, 2005, 03:49 PM
#3
Frenzied Member
Re: Exe In Java
Create an executable .jar instead.
-
Nov 8th, 2005, 05:16 PM
#4
New Member
Re: Exe In Java
If you need an exe, there are tools that will make one for you. However, it will not eliminate the need for a JRE on the system; all they do is create an executable 'launcher' for your program.
Excelsior JET converts Java programs into native windows code. However, it is fairly expensive for a decent version.
Commerical:
http://www.ej-technologies.com/produ.../overview.html
http://www.dobysoft.com/products/nativej/
Open Source:
http://jsmooth.sourceforge.net/ (Somewhat buggy)
Excelsior JET:
http://www.excelsior-usa.com/jet.html
I would recommend a .jar instead, as System_Error mentioned, because it is cross-platform.
-
Nov 12th, 2005, 05:44 PM
#5
Re: Exe In Java
If you ever heard of JBuilder, it compiles Java to many native code programs (Linux, Windows, DOS, MAC,...etc)
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|