I'm experimenting with a SVG toolkit Batik1.5.1. I'm using jdk1.3.1 on
windows98. I placed the batik jar files in jre/lib/ext. I can get my
experiments to compile with no errors. But invoking java gives me an
exception at main java.lang.NoClassDefFoundError: (name of package).
Yet invoking the debugger jdb the application runs no problem. Does the
debugger use a different classloader than java? I'm confused. Please Help.