• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

java ide

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys

can you guys let me know which jave IDE is the best and where can i get it

bye
vinay
 
Ranch Hand
Posts: 3271
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Personally, I enjoy using Eclipse. However, if you're after your Java certification, I'd suggest using notepad and a DOS prompt so that you can get into the "guts" of Java.
Corey
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Best free one - eclipse.org
Best pay one - IntelliJ.com
emacs and vi work great too.
 
Ranch Hand
Posts: 225
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I use JCreator, its easy to use. Though, I agree with Corey that writing programs in notepad and compiling them from the dos prompt really helps.
 
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBuilder is not bad on a commercial sense.
But, on long term productivity front, many experts are now preferring Eclipse and they go for different plug-ins based on the requirement of the project.
 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Lately I've had success with Oracle JDeveloper (both 9 and 10), which is available for download.
It's definitely worth a look.
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I first started to learn java last August with the bluej IDE (free) and the book that went along with it, "Objects First with Bluej". This helped me tremendously as I had tried to learn java before and gave up as I couldn't understnad it whe it was taught the traditional way. The book and bluej were the best. Then I decided to go for certification so since February, I have been studying the Bates and Sierra book. The bluej IDE and book brought me far enough where I could understand what was going on in the Bates and Sierra book. I am at the point where I probably will schedule the SCJP exam next week.
 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used JCreator for making my programs before, for my studies and during my first job as a java programmer. Now I use the Eclipse platform and I can say that it is the best open source Java IDE I used so far. Working in a team of developers is easy for me now using Eclipse.
I suggest it if you're working or planning to work in a big projects.
 
reply
    Bookmark Topic Watch Topic
  • New Topic