I'm not sure what's going wrong here and I'm failry new to emacs in general... I started with trying to install JDEE (downloaded it, extracted into directory below) into emacs with this code
(add-to-list 'load-path "~/.emacs.d/internet/jdee-2.4.1/lisp")
(load "jde")
in my.emacs file and I was getting the error "Cannot find wget. You might want to use the beanshell resolver instead." upon M-x eval-buffer
I'm not sure what's going on there since I have wget with xcode on my mac. But I looked up about jdee and i found that i might want cedet. So I download that, put it into .emacs.d and even add
(add-to-list 'load-path "~/Users/paulmyers/.emacs.d/internet/cedet-1.1/cedet-build.el")
to my .emacs but whenever I run
emacs -Q -l cedet-build.el -f cedet-build
from my terminal like it tells me to, I get the message
"Cannot open load file: no such directory, cedet-build.el"
I don't know what to do at this point...
Be sure CEDET works well before trying jdee. Get the last CEDET http://sourceforge.net/p/cedet/git/ci/master/tree/ and the last jdee http://sourceforge.net/p/cedet/git/ci/master/tree/ .
Here my cedet conf (at the beginning of your .emacs):
And my jdee conf
Then use M-x custumize-group jdee for JAVA variables (JAVA_HOME, CLASSPATH...)