LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   need IDE in java (https://www.linuxquestions.org/questions/programming-9/need-ide-in-java-739178/)

computer_guy 07-10-2009 08:29 AM

need IDE in java
 
hey evrey 1 i'm new with linux i use fedora11
so i installed jdk and i want good IDE to be able to compile and run my applications on java
i want also simple tool like textbad on windows or Drjava
thanks

Agrouf 07-10-2009 08:52 AM

eclipse?
netbeans?

kellinwood 07-10-2009 09:16 AM

Each IDE has its strengths/weaknesses. Netbeans is best if you plan on developing AWT/Swing graphical desktop applications because of its superior GUI builder capability. Eclipse is better for developing non-graphical or web/service applications. I also like the Eclipse debugger better than the one in Netbeans.

jay73 07-12-2009 08:48 PM

If you like simple, use scite - you can pass it a keywords list so it does class/function completion and you can write your own abbreviations file. For anything other than web applications, it is still my preferred java "IDE".


All times are GMT -5. The time now is 09:14 AM.