Java Notes

From Simson Garfinkel
Jump to navigationJump to search

Eclipse vs. NetBeans

I really like the GUI builder in NetBeans, but have stopped using it because:

  • The code isn't portable (it uses classes that are only in Java 1.6, not in Java 1.5)
  • I don't like the callback structure it creates.
  • Everybody else uses Eclipse.

To use Eclipse:

Cool Java Tools