Difference between revisions of "Java"

From WikEmacs
Jump to navigation Jump to search
(Created page with "'''Java''' support comes shipped with Emacs in the form of java-mode. ==List of notable Java modes== * [https://github.com/espenhw/malabar-mode malabar-mode] is a Java mo...")
 
m (cat,seealso)
(6 intermediate revisions by 5 users not shown)
Line 2: Line 2:
  
 
==List of notable Java modes==
 
==List of notable Java modes==
* [https://github.com/espenhw/malabar-mode malabar-mode] is a Java mode which was originally by Espen Wiborg. It has Maven integration, JUnit integration, support for Java generics, simple refactoring support and more.
+
* [https://github.com/espenhw/malabar-mode malabar-mode] is a Java mode which was originally by Espen Wiborg. It has Maven integration, JUnit integration, support for Java generics, simple refactoring support and more. (no longer maintained)
* [http://jdee.sourceforge.net/ JDEE], Java Development Environment for Emacs, has intelligent Java code completion among other things.
+
* [http://jdee.sourceforge.net/ JDEE], Java Development Environment for Emacs, has intelligent Java code completion among other things. (quite outdated and no longer maintained)
 +
* {{ModeLink|java-mode}} provides basic Java 1.4 syntax highlighting.
 +
* [https://github.com/senny/emacs-eclim emacs-eclim] communicates with the [http://eclim.org/ eclim] plugin in Eclipse to get a headless Eclipse instance do the heavy-lifting of completion, simple refactoring, building, and code navigation when editing files in Emacs.
 +
 
 +
==See also ==
 +
[[java-mode]]
 +
 
 +
 
 +
[[Category:Programming languages]]
 +
[[Category:Java]]

Revision as of 01:22, 3 April 2012

Java support comes shipped with Emacs in the form of java-mode.

List of notable Java modes

  • malabar-mode is a Java mode which was originally by Espen Wiborg. It has Maven integration, JUnit integration, support for Java generics, simple refactoring support and more. (no longer maintained)
  • JDEE, Java Development Environment for Emacs, has intelligent Java code completion among other things. (quite outdated and no longer maintained)
  • java-mode provides basic Java 1.4 syntax highlighting.
  • emacs-eclim communicates with the eclim plugin in Eclipse to get a headless Eclipse instance do the heavy-lifting of completion, simple refactoring, building, and code navigation when editing files in Emacs.

See also

java-mode