Questions tagged [jdee]

An add-on software package that turns Emacs into a comprehensive system for creating, editing, debugging, and documenting Java applications.

JDEE, an add-on software package that turns Emacs into a comprehensive system for creating, editing, debugging, and documenting Java applications.

About

The JDEE is a software package that interfaces Emacs to command-line Java development tools (for example, JavaSoft's JDK). JDEE features include:

  • JDEE menu with compile, run, debug, build, browse, project, and help commands
  • syntax coloring
  • auto indentation
  • compile error to source links
  • source-level debugging
  • source code browsing
  • make file support
  • automatic code generation
  • Java source interpreter (Pat Neimeyer's BeanShell)

The JDEE supports both Emacs (Unix and Windows versions) and XEmacs. It is freely available under the GNU public license.

Resources

9 questions
6
votes
1 answer

How can I configure jdee `find-class-source-file` to work with Cassandra source tree?

I'm trying to get Emacs+JDEE setup for a Java project I'm about to start on, but I'm having trouble getting JDEE to work properly. The first think that I want to tackle is being able to jump to the source file of a given class name. I'm using the…
2
votes
1 answer

Point `jdee-server-dir' to dir with JDEE jars issue

I am using Emacs with JDEE. When I want to compile the current Java file with C-c C-v C-c key binding, I encounter this message and don't compile: Point `jdee-server-dir' to dir with JDEE jars. But I can run any Java file with C-c C-v C-r if it is…
e32
  • 125
  • 1
  • 6
2
votes
3 answers

JDEE cannot find JDK's tools jar file on OS X

I am trying to configure JDEE for emacs 24 on OS X. When I create a .java file, the environment seems to be loaded automatically (please see picture), so it seems to be installed correctly. However, when I try to auto complete anything using M-x…
simonbs
  • 7,932
  • 13
  • 69
  • 115
1
vote
0 answers

Error removing temp files in jdee_flycheck

I'm triyg to configure a project with projectile, Jdee and flycheck. I have customized flycheck-check-syntax-automatically to just check the buffer when it is saved. But when I save, this error is showed: error in process filter: Removing directory:…
flushaaas
  • 159
  • 1
  • 1
  • 8
1
vote
2 answers

How to let auto-complete use java mode in Jdee mode?

guys I installed jdee in my emacs and it works well, but I fins that it cannot active auto-complete. Example: When I open a new .java file in emacs, and I input "imp", auto-complete cannot active. The problem is .java file open in emacs in…
ccQpein
  • 705
  • 7
  • 20
1
vote
2 answers

trouble installing jdee and cedet in emacs

I'm not sure what's going wrong here and I'm failry new to emacs in general... I started with trying to install JDEE (downloaded it, extracted into directory below) into emacs with this code (add-to-list 'load-path…
Paul Myers
  • 41
  • 1
  • 1
  • 6
1
vote
1 answer

can't set jdee-server in emacs

In jdee-server's github, It says Copy target/jdee-bundle-${version}.jar to a directory and customize jdee-server-dir to point to the dir. But I can't understand it. What is target/jdee-bundle-${version}.jar? I install jdee using emacs melpa, it…
tian tong
  • 793
  • 3
  • 10
  • 21
0
votes
0 answers

Cannot open load file : no such file or directory , semantic-load

I am trying to install jdeeon my emacs,and this is my configuration in .emacs: (require 'cedet) (add-to-list 'load-path (format "%s/jdee/lisp" "~/.emacs.d/lisp")) (autoload 'jde-mode "jde" "JDE mode" t) (setq auto-mode-alist (append '(("\\.java\\'"…
Sung Qee
  • 335
  • 4
  • 17
0
votes
1 answer

JDEE jdee-javadoc-autodoc-at-line

This is on Windows I have the latest emacs, latest JDEE (from MELPA) and JDK1.8 If I try and call 'jdee-javadoc-autodoc-at-line' I get the error: ' Symbol's value as variable is void: working-message' Anybody have any ideas on how to…
Kevin Jones
  • 2,369
  • 16
  • 26