cd /Users/livin/foo/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/jdb -launch -classpath /Users/livin/foo/class:/Users/livin/baz my.jde.JDB1Set uncaught java.lang.ThrowableSet deferred uncaught java.lang.ThrowableInitializing jdb ...>VM Started: No frames on the current call stackmain[1] step>Exception occurred: java.lang.ClassNotFoundException (uncaught)"thread=main", java.lang.ClassLoader.loadClass(), line=346 bci=416main[1]main[1] use/Users/livin/foo/class:/Users/livin/bazmain[1]
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/jdb -launch -classpath /Users/livin/foo/class -sourcepath /Users/livin/foo/src:/Users/livin/bar/src my.jde.JDB
JDEE 2.4.0.1Emacs 23.1.50.1JDEE seems to not be reading/using the 'jde-sourcepath' variable for JDB ['jde-jdb']Here is a sample of the content/output from the debug buffer:cd /Users/livin/foo/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/jdb -launch -classpath /Users/livin/foo/class my.jde.JDBSet uncaught java.lang.ThrowableSet deferred uncaught java.lang.ThrowableInitializing jdb ...>VM Started: No frames on the current call stackmain[1]This is despite the variable being defined in prj.el:'(jde-sourcepath (quote ("/Users/livin/foo/src" "/Users/livin/baz/src")))Livin Stephen Sharma