On Sat, Jun 5, 2010 at 3:04 AM, Eric Le Goff <[email protected]> wrote: > My only reference to jde in c:/home/.xemacs/custom.el is the couple of > lines > (add-to-list 'load-path (expand-file-name > "C:/home/dev/jdee/jdee/trunk/jdee/lisp")) > (require 'jde) > I have not built anything from the source file I checked out (was I supposed > to do so ?)
You should build JDEE using ant bindist (there are some instructions in doc/flat/install.html that are mostly up to date). This will create the autoloads and compile the java code that JDEE uses. You can then point your emacs at the resulting files, e.g. I use: (add-to-list 'load-path "~/lib/lisp-packages/jdee/dist/lisp") > I have no reference whatsoever to any cedet since I wish to stock to the > emacs 23 bundled version I am still on 23.1 myself, which doesn't include CEDET, it sounds like people have not yet had success with the CEDET included in 23.2. Cheers, Len. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
