java starter

05/26/2014 20:57 fear-x#1
hi guys , can you please advise me what java editor is best to use ?

i am just starting a course to learn java programming and i saw there is NetBean and Eclipse... which should i go with ?
05/27/2014 13:54 XxharCs#2
It depends. Both are good.
But if you start learning and writing Java EE Applications, then i would recommend NetBeans (as a free solution), as a payed and best solution there is IntelliJ.
05/27/2014 14:27 dabizkitman#3
IntelliJ community edition is also for free. :)
05/27/2014 18:50 XxharCs#4
Quote:
Originally Posted by dabizkitman View Post
IntelliJ community edition is also for free. :)
Yeah, but the community edition doesn't support JavaEE, Hibernate, Spring and so on ;) Only basics, like the normal eclipse support. (Java SE, Android Developing, JUnit, Ant, Maven,..)
05/28/2014 06:33 fear-x#5
well i did few java assignments in eclipse and i liked it so far, why isnt eclipse good? :}
05/28/2014 08:27 XxharCs#6
Quote:
Originally Posted by fear-x View Post
well i did few java assignments in eclipse and i liked it so far, why isnt eclipse good? :}
I only said that eclipse isn't that good for the Enterprise Edition as others IDEs are ;) I mean yeah, you can still develop, but the configuration and so on for that, is hell.

I am also using eclipse, but when i develop in enterprise, then I use IntelliJ :)