Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'd like to use emacs(with jde) for playframework java coding. (setting up jde alone is a big trouble but it's done)

For a start, I'm trying to use M-x jde-import-all to import all classes.
It runs but fails to import(or list) play.mvc.* classes.

I tried setting (jde-set-variables '(jde-global-classpath ( quote ("~/../myApp/conf" "~/play/framework" ~/play/framework/lib") ))) but no avail.

share|improve this question
Not pretending to be helpful. Once I was trying to set it up, I encountered few forks of it on Github. Perhaps you could find people who forked it and ask them... It's just a project with no maintainer, and it is really out of date by now, so it's hard to tell how to fix things, unless you are willing to do a lot of digging into its source. – wvxvw Nov 21 '12 at 18:21
@wvxvw: oh are there newer java mode for emacs then? – Eugene Nov 22 '12 at 1:37
CEDET provides lexical analysis, and one could technically build a set of tools around that feature. There are Ant and Maven modes and some such, but I'm not aware another single all-in-one box Java mode. – wvxvw Nov 22 '12 at 7:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.