Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using emacs for java programming

Tags:

java

emacs

Has anyone had any success in configuring emacs for Java development? I installed cedet and malabar mode but couldn't get to use it successfully. Is it even worth spending more time setting up emacs or should I switch to Eclipse? I'm a long time Emacs user. Thanks a lot.

like image 490
pranavsharma Avatar asked Aug 11 '12 06:08

pranavsharma


1 Answers

You can try eclim which has an Emacs interface. It uses Eclipse as a backend to provide intelligent Java completion features for Emacs. This way you can have the power of Eclipse in Emacs without having to completely to switch to it.

like image 129
Tom Avatar answered Sep 28 '22 14:09

Tom