You wrote:
> jesper <[EMAIL PROTECTED]> writes:
> > Have you tried loading a .el file (Elisp file)? If there is no methods
> > shown for that either, then you have a serious problem :-) If there
> > are methods shown for the .el file, there is something wrong with your
> > Java setup.
> OK. A lisp file does work. (Nice to see something work.) I can't
> begin to imagine what is wrong with my java setup.
Well, here's a checklist:
1. Check that you've added (require 'jde) to your .emacs.
2. Check that JDE mode is activated when you load a .java file.
3. Check that you don't have any old versions of the packages or old .elc files in
your load-path.
Good luck!
/Jesper Nordenberg