|
-
July 28th, 2002, 05:45 PM
#1
Java2EXE
Does anyone know if there is anything like this? A program that can convert a java project (.class files) to an executable object for the given platform (only interested in MS Windows of course, since I'm looking for an "exe" generator).
I know that MS J++ can do this, but they have broken (long ago) from the standard Java API and would inevitably cause re-writing many API methods/classes myself. So I don't want to go that route at the moment.
Any suggestions?
-
July 29th, 2002, 05:11 AM
#2
Take a look at this one perhaps.
-
February 25th, 2010, 01:08 AM
#3
Re: Java2EXE
Or take a look at JCGO, at Java to C translator. The produced C code is quite portable and could be compiled to a Windows executable (both 32-bit and 64-bit) file.
-
February 25th, 2010, 03:01 AM
#4
Re: Java2EXE
 Originally Posted by KingTermite
A program that can convert a java project (.class files) to an executable object for the given platform (only interested in MS Windows of course, since I'm looking for an "exe" generator).
That would be a so called native Java compiler. This is the market leader,
http://www.excelsior-usa.com/
-
February 25th, 2010, 02:52 PM
#5
Re: Java2EXE
Or take a look at JCGO, at Java to C translator.
I would imagine that in the 8 years since KingTermite originally posted the request he/she has either found a solution or given up.
As JCGO is a commercial product my guess is you are advertising it which is against the forum's rules.
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
|