>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.
4. Check what you have into the hooks jde-mode-hook, java-mode-hook, c-mode-common-hook
If you have something in these hooks, try to successive remove all this stuff until ECB
works with java-files.
If nothing works you can do:
1. make a .emacs file which adds only the load-pathes of the packages ECB and JDE
require
2. Remove all *.elc files from the packages
3. start Emacs with "emacs -q -no-site-file"
4. Load the libraries with:
- M-x load-library RET jde
- M-x load-library RET ecb
5. Add some source-pathes to ECB
6. Open your java-source.
If that does not work you have a serious problem :-)
Klaus
>Good luck!
/Jesper Nordenberg