Best java tools for emacs [closed]
Asked Answered
H

3

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

?

Highpowered answered 3/9, 2008 at 2:18 Comment(0)
A
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.

Audre answered 3/9, 2008 at 2:22 Comment(0)
R
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.

Riant answered 28/3, 2010 at 23:30 Comment(0)
C
1

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

Commutate answered 23/1, 2010 at 14:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.