From Eclipse to .exe

Hello together,How ist it possible to generate a .exe File from Eclipse IDE ?
[91 byte] By [Gaba] at [2007-10-2 12:33:05]
# 1
There may be a plugin available for that. What you need to do is generate an executable jar.
aniseeda at 2007-7-13 9:32:28 > top of Java-index,Developer Tools,Java Compiler...
# 2

Hello,

thank you for the answer.

In the meantime I know that it is possible to make my application executable via "executable jar"...but I have some problems with that:

- How to handle the packages? It doesn't find the classes if I don't put all the classes in the same folder.

- It doesn't show a JDesktopPane Background image. The image is on the same folder as the Class.

Gaba at 2007-7-13 9:32:28 > top of Java-index,Developer Tools,Java Compiler...
# 3
If you google for 'java2exe', you'll find a link to www.duckware.com/jexepack/.There you can find a shareware-program that will convert a .class to an .exeBen
BenEngbersa at 2007-7-13 9:32:28 > top of Java-index,Developer Tools,Java Compiler...