Hacker News new | ask | show | jobs
by kuyfiuyg 3941 days ago
Is there any good Java IDE for emacs?
4 comments

http://www.emacswiki.org/emacs/JavaDevelopmentEnvironment

Now, I've not really used Java, so I have no experience with this package.

Last time I touched java (a year ago), malabar-mode (https://github.com/m0smith/malabar-mode) was the most feature-rich environment for doing java in emacs. However, it couldn't cope with the complex build system for the project I was working on, so I ended up using intellij instead (if malabar-mode had worked for this project I would have preferred to stay in emacs).
I'm not sure about IDEs, but if you install Evil mode you get a pretty awesome text editor.
You can integrate eclipse into emacs.

http://eclim.org/

http://www.skybert.net/emacs/java/

Very cool.

emacs and a real a IDE, together at last.