• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Which free IDE is best?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey guys, I'm new to Java and I was wondering what free IDEs work the best. In the online class that I'm in, we're using NetBeans which to me is ok, but I would prefer something with a simpler layout, any suggestions?
 
Ranch Hand
Posts: 529
19
Eclipse IDE MySQL Database Tomcat Server Java
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to CodeRanch!

Matthew Jonson wrote: I'm new to Java

At the beginning you should use Notepad, No one will recommend you to use any IDE which assist you in so many ways. So you don't get practice of from which package you need to import a particular class which your using in your code etc. If you still want to know here is already discussed link
 
Ranch Hand
Posts: 83
Netbeans IDE MySQL Database Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to me the best opensource ide for java development is Eclipse and best paid ide is intelliJ
 
Sheriff
Posts: 8890
638
Mac OS X VI Editor BSD Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

vinayak jog wrote:According to me the best opensource ide for java development is Eclipse and best paid ide is intelliJ

It is difficult to measure which is the "best". Each of them has its own pros and cons.

Since OP is new in Java, most recommended tool to start with is:
Windows: Notepad++
OS X: TextWrangler
Unix like: gEdit, vim, Emacs

Strong own preferences can override any of those
 
Bartender
Posts: 1810
28
jQuery Netbeans IDE Eclipse IDE Firefox Browser MySQL Database Chrome Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Perhaps these faqs will help. IDE FAQ and Editor FAQ
 
Saloon Keeper
Posts: 28101
198
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch, Matthew!

"The best" is a concept that makes those of us who've been around grind our teeth. In the real world, you get combinations of virtues and annoyances. You form your own opinions, and if you're professional, you keep flexible enough to work with alternatives. Either because a given task is easier using an alternative tool or - more likely - because your employer mandates a certain IDE.

I favor Eclipse because my specialty is building up complex systems with multiple components all running (and being debugged) at the same time. However, I learned to appreciate IntelliJ because if one is doing pure single-app web programming, that particular IDE was designed to streamline doing that kind of work. Also, IntelliJ had (as of several years ago) the only decent Swing UI designer since the demise of the old Visual Café IDE.

But, as other have noted, using an IDE to learn Java is like learning to walk when you have massive full-length plaster casts on both legs and have been offered a set of crutches. You're not going to learn to walk well within such limitations. In fact, you may learn to walk very badly, despite - or because of - the artificial support.
 
What are you doing? You are supposed to be reading this tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic