Sorry but I really can’t decide on which IDE to use.
Netbeans or Eclipse.
Both of them have benefits, Netbeans’s GUI looks really nice while Eclipse’s GUI looks whacked.
My biggest issue with Netbeans is that you can’t deploy your applications.
It’s B$.
I have 2 projects, 1 library and 1 main project.
They both compile and run in the IDE.
The moment I look in the ‘dist’ folder I see only a single project Jar which doesn’t run.
The problem is that you simply can’t execute your project.
Eclipse joins the projects together into a single Jar, Netbeans doesn’t.
So how do I deploy my application under NB?