Murali writes:
 > I always get "Can not parse the thing at point!"

This message means that the command cannot determine the class of
the symbol at point.

 > whenever I try jde-open-class-at-point (C-c C-v C-g or C-c C-v C-y)
 > 
 > I tried it on a class name.
 > 
 > Here is what I have in my .emacs file
 > (add-to-list 'load-path (expand-file-name 
 > "/u1/local/share/emacs/tars/jde-2.3.2/lisp"))
 > (add-to-list 'load-path (expand-file-name "/u1/local/share/emacs/tars/elib-1.0"))
 > (add-to-list 'load-path "/u1/local/share/emacs/tars/eieio-0.17")
 > (add-to-list 'load-path "/u1/local/share/emacs/tars/speedbar-0.14beta4")
 > (add-to-list 'load-path "/u1/local/share/emacs/tars/semantic-1.4.4")
 > (add-to-list 'load-path "/u1/local/share/emacs/tars/ecb-1.95")
 > 
 > I did set jde-sourcepath
 > '(jde-sourcepath (quote ("/export/home/murali/proj/java/src" 
 > "/export/home/murali/proj/java/src/common")))
 > 
 > The emacs version I tried are
 > 20.7.1 on Solaris 2.7
 > and 21.2.1 on Windows 2000.
 > 
 > Anybody else have this problem?

Not me.

 > Is it my configuration?

Can't tell as you omit the most important information, namely the setting of
jde-global-classpath and the class of the symbol whose definition
you want to find.

 > Any workarounds/resolutions?

Make sure that jde-global-classpath includes the class of the
symbol whose definition you want to find.

- Paul

Reply via email to