Should jde-run-option-classpath

Andy Watson <[email protected]> Fri, 4 May 2007 18:22:08 -0700
Newsgroups gmane.emacs.jdee
Message-ID <[email protected]>
Hello JDE users,

I've been attempting to use the jde-run-option-classpath value to
control how an application is executed via jde-run.

I'm assuming (perhaps a bad thing) that the jde-run-option-classpath
should be a list of strings.  If however you look at
jde-run-classpath-arg, the first thing it does is a string= to test to
see if this variable is set to "global".  Of course, this fails if
jde-run-option-classpath is a list with a stringp error.

What should I do?  My workaround is to use jde-global-classpath for the
time being.

Thanks,
Andy
--