2

i've installed jdee from package-list it was elpa i think .. color highlight and indentation are working fine . but

when i run any command ( JDEE commands ) i get this message :

Customize ‘jdee-server-dir’ to point to dir with JDEE jars. See http://github.com/jdee-emacs/jdee-server

will i visited the link i don't know where to find the bundle files ?

melbx
  • 121
  • 4

1 Answers1

-1

If you follow instructions for building jdee-server you will find the bundle files in 'target' directory. All the instructions are under the link.

pwojnowski
  • 101
  • 4
  • 3
    Welcome to emacs SX! Could you provide a bit more information, ie how/where is this 'target' directory defined? – JeanPierre Jan 08 '17 at 12:27
  • 1
    What @JeanPierre said. And point to where to find the "instructions". Please make this answer more self-contained, so more useful. – Drew Jan 08 '17 at 15:23
  • @JeanPierre target directory is automatically added by maven, when you build the jar part of jdee, it's all explained in readme https://github.com/jdee-emacs/jdee-server – Łukasz Gruner Jan 09 '17 at 12:52