17

I'm a long-time emacs user, and I'm now working about 1/2 time in Java.

What are the best emacs libraries for

  1. Debugging Java
  2. Code Completion/Intellisense
  3. Javadoc browsing

?

Bart
  • 10,873
  • 7
  • 29
  • 23

3 Answers3

12

I've used JDEE on several projects. It handles Code Completion. I've never used it for debugging or browsing docs, but it's a big step up from a basic text editor.

John Meagher
  • 22,808
  • 14
  • 54
  • 57
4

For javadoc I found http://javadochelp.sourceforge.net/index.html to be the best.

Exuberant ctags is your best friend when it comes to navigation.

Mal
  • 101
  • 1
  • 3
1

I've had good success with jdibug for debugging Java code with Emacs.

jcrossley3
  • 11,576
  • 4
  • 31
  • 32