JDEE Java backend
Maven 3 is required to build jdee-server. You will need to clone jdee-server from git, run the build, copy the jdee-bundle.jar to a new directory, and point jdee-server-dir
variable in Emacs to the directory containing the jar.
- Install Maven (if you don't already have it)
- At the terminal enter the following commands in a directory of your choice:
$ git clone https://github.com/jdee-emacs/jdee-server.git
$ cd jdee-server
$ mvn -Dmaven.test.skip=true package
- Copy
target/jdee-bundle-${version}.jar
to a directory of your choice (e.g.~/myJars
) - Start Emacs and enter the following commands:
M-x customize
- In the search field enter
jdee-server-dir
- In the field next to "Jdee Server Dir:" enter the directory holding the jar from step 6 (e.g.
~/myJars
) - Click the "Apply and Save" button
Beanshell is required for smooth working of JDEE with the JDEE server. Follow the instructions below to set up Beanshell along with JDEE Server
- Download the latest stable release of beanshell jar from http://beanshell.org/download.html
- Copy the jar to
jdee-server-dir
(e.g.~/myJars
)