Hello All,
Please let me know if you are aware of any tool which can convert the Java
code into .exe file including the libraries. So, that I can run the .exe
from any PC.
I have tried J2exe tool but it works fine on my PC only.
Regards,
Ajay
Dave Ockwell-Jenner - 16 Oct 2003 13:40 GMT
> Please let me know if you are aware of any tool which can convert the Java
> code into .exe file including the libraries. So, that I can run the .exe
> from any PC.
One potential option would be gcj - part of the GNU Compiler Collection
(GCC). It can compile java source-code to an executable. Runs on Unix
platforms and on Windows via Cygwin.

Signature
Dave Ockwell-Jenner
Solar Nexus Solutions
http://www.solar-nexus.com/
Xiaopeng Qu - 20 Oct 2003 04:53 GMT
maybe Excelsior JET can work:
http://www.excelsior-usa.com/jetdoc.html
/XQ
> Hello All,
>
[quoted text clipped - 6 lines]
> Regards,
> Ajay
Gary Smart - 22 Dec 2003 00:12 GMT
Try a google search for "JSmooth".
> maybe Excelsior JET can work:
> http://www.excelsior-usa.com/jetdoc.html
[quoted text clipped - 11 lines]
>>Regards,
>>Ajay
Roedy Green - 20 Oct 2003 05:42 GMT
>Please let me know if you are aware of any tool which can convert the Java
>code into .exe file including the libraries. So, that I can run the .exe
>from any PC.
see http://mindprod.com/jgloss/installer.html
http://mindprod.com/jgloss/nativecompiler.html
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Alexi Jordanov - 30 Oct 2004 19:06 GMT
You just need an installed or copied Sun's JDK or JRE (1.1.x - 1.5.x) on other PC. MicroSoft promissed to distribute JRE with Windows XP. So you have not to worry about this.
Using J2Exe instead of native compiler gives you the possibility to easily maintain of your java code. You can also issue full thread info using combination of the keys Ctrl+Break.
More information is available at J2Exe web site. The author's email is provided there.