Jonathan Meeks writes:
[snip]
> > > someone know how to remedy this?
> > >
> > > My jde-db-option-classpath is:
> > > (quote ("c:/TeamSource/Work/TeamSource/Rewrite/classes" "c:/jdk1.3.1/lib/dt.jar"
>"c:/jdk1.3.1/lib/tools.jar" "c:/jdk1.3.1/jre/lib/rt.jar")))
Use jde-global-classpath to set the classpath for jdb. I may obsolete
jde-db-option-classpath as there is no reason for using it as far as I can see and I
may not have included it in the rearchitected jdb interface that the latest beta
introduces. Also, do not include the jdk 1.3 jar files in your classpath. They are
already included in the vm boot classpath and including them a second time does not
help and might create problems. Finally, please use the JDE's Submit Problem Report
command when asking for help.
- Paul