jdee icon indicating copy to clipboard operation
jdee copied to clipboard

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

Results 57 jdee issues
Sort by recently updated
recently updated
newest added

When compiling a test file its target directory is normally something bellow "test-classes". Regular classes are compiled to "classes" directory. Thus regular classes and test classes have different jdee-compile-option-directory in...

I've been wondering about this beeing something of benefit for JDEE, specifically when it comes to completion tooling in Java (see: semantic). Semantic implements a full parser/lexer with most of...

### My Emacs version: 24.5.1 ### My JDEE version (elpa package date): 20180711.2036 ### My JDK version: 1.8.0_65 ### My Operating System (Linux/OSX/Windows X/Other): Raspbian ### Stacktrace (if applicable): ```File...

This is a duplicate of [bug №30 on Sourceforge](https://sourceforge.net/p/jdee/bugs/30/), and I am coming with a fix. > When two classes have exactly the same name, but are from different packages,...

If I create a basic system (I was following the spring guides), with just the pom.xml file and a java class, I keep getting this error: javac: directory not found:...

bug

### My Emacs version: 25.3 ### My JDEE version (elpa package date): clojure-backend branch ### My JDK version: 1.8, 10 ### My Operating System (Linux/OSX/Windows X/Other): OS X ### Stacktrace...

I have to work on a java project that consists of 6 microservices. Each is its own java project with its own build file, src directory and output directory. If...

Is there a way to get JDEE to write a run or debug command line without any -classpath? I'm using application-args to add a -jar, and the -classpath is redundant...

### My Emacs version: GNU Emacs 25.2.2 ### My JDEE version (elpa package date): 20171007.835 ### My JDK version: HotSpot 1.8.0_144 (x64) ### My Operating System (Linux/OSX/Windows X/Other): Linux x64...

When I open a file in my project, dee shows me a buffer with an error about building the class path. The log will be pasted below, but before that,...