I'm newbie trying to develop a java project. This project is basically a
GUI with only one class, the main class. The GUI works as I wish, but
everytime I want to launch it I have to open the Eclipse platform over
this project and push the "Run" button, what is very obvious but not very
useful. I suppose that there would be a way to get or build a single
autonomous unit from a java project developed (such as a *.exe file o
something like that) to avoid having to perform the former tedious
process. Can anyone help me ??