Eclipse 3.2 vs Netbeans 5.5

How times change.... I'm now into Java land evaluating IDEs... Seems like yesterday when it looked like I would be doing .NET and C# winforms till I pass out!

  • Configuring offline javadoc API help:
Just get the offline docs zip at http://java.sun.com/docs/index.html
Then it was a matter of configuring the IDEs to bring them up at a keypress.
In Netbeans it was just a matter of unzipping them to a docs folder under your jdk directory. Press Alt + F1 and you're on your way.
In Eclipse it was a whole lot of work, you have to unzip the archive as above. Then open up project properties (Project Menu > Properties). Change the javadoc setting to use the offline doc folder path instead of the http:/// online help setting . See the attached image to see where it is hidden ... definitely not meant for idiots like me. Then press Shift+F2 to bring up in an external browser or F1 to bring it up in an IDE view.
+ 1 to Netbeans !!!!