I had the same problem.  I fixed it by unsetting my CLASSPATH variable
(found out about that on google).  Now I can run jdb from the command
line, but not from jdee.

From: Rene Lanz <[EMAIL PROTECTED]>
Subject: Fw: ClassNotFoundExcpetion launching jdb
Date: Thu, 11 Apr 2002 20:22:45 +0200

> Hi,
> I just saw that you get the same exception as I got a few minutes ago...
> If you ran jdb on the command line you can get a similar error:
> 
> Initializing jdb ...
> > run aaa
> run  aaa
> >
> VM Started:
> Exception occurred: java.lang.ClassNotFoundException (uncaught)"thread=main", 
>java.net.URLClassLoader$1.run(), line=198 bci=72
> 
> main[1] next
> >
> Exception occurred: java.lang.ClassNotFoundException (uncaught)"thread=main", 
>java.net.URLClassLoader.findClass(), line=203 bci=28
> 
> main[1] next
> java.lang.NoClassDefFoundError: aaa
> > Exception in thread "main"
> The application exited
> 
> 
> Seems to be some kind of stacktrace - ripped apart. The only error was a mistyped 
>fully-qualified class name.
> Maybe your error  is related?
> - Rene
> 
> 
> 
> 
> 
> > Betreff: ClassNotFoundExcpetion launching jdb
> > Von: [EMAIL PROTECTED]
> > An: [EMAIL PROTECTED]
> >
> > Hi,
> >
> > I would like to debug something with jdb and I get the following error
> > during startup:
> >
> > Exception occurred: java.lang.ClassNotFoundException (uncaught)
> > thread="main", java.net.URLClassLoader$1.run(), line=200, bci=72
> >
> > My guess is that I have set up my classpaths incorrectly.  Does
> > 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")))
> >
> > Thanks,
> >
> > Jonathan

Reply via email to