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 doesn't have such file.
In the current
pom.xmlmaven file in the github repository, you can see that thejdee-serverversion number is:According to the
READMEfile in the repository, this means the resulting jar file will be namedtarget/jdee-bundle-1.0-SNAPSHOT.jar. But when you buildjdee-serverfollowing itsREADMEinstructions, you'll get two jar files:Copy both files to a directory of your choosing, then in your emacs startup file set
jdee-server-dirto the name of that directory. For example, if the directory you choose is/home/ttong/jdee-server, setjdee-server-dirlike this: