Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best java tools for emacs [closed]

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

?

like image 401
Bart Avatar asked Sep 03 '08 02:09

Bart


3 Answers

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.

like image 186
John Meagher Avatar answered Nov 19 '22 00:11

John Meagher


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.

like image 24
Mal Avatar answered Nov 19 '22 01:11

Mal


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

like image 1
jcrossley3 Avatar answered Nov 19 '22 01:11

jcrossley3