Hi Paul,
I want back to using JDK 1.2 just to be compatible with your setup. I have
set the jde-bug-jpda-directory to point to /devtools/jdpa/bin, this is where
the JPDA dll are located. Now when I start the debugger I go one step
further but it still doesn't work. Here is the output of the debug buffer:
cd c:/softdev/java/dbframework/com/infocom/dbframework/
/devtools/jdk1.2/bin/javaw Jdebug -classpath
/devtools/jdk1.2/jre/lib/rt.jar;/softdev/java/library/classes/infocom_lib.ja
r;/softdev/java/dbframework/classes;/devtools/jconnect/classes/jconn2.jar
com.infocom.dbframework.Main
java.lang.NoClassDefFoundError: Jdebug
Exception in thread "main"
Debugger exited abnormally with code 1
Thanks for your help
----- Original Message -----
From: "Paul Kinnucan" <[EMAIL PROTECTED]>
To: "Jean-Pierre Dub�" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, September 28, 1999 10:29
Subject: Re: Can't start the debugger with JDE 2.1.6 beta 10
At 09:56 AM 9/28/99 -0400, Jean-Pierre Dub� wrote:
>
> Hi,
>
> I tried using the new debugger in JDE 2.1.6 beta 10. The debugger refuse
to
> start and I get the following error message
> "Args out of range: "", -1". Here is my system configuration
>
> Windows 2000 RC2
> NT/Emacs 20.4.1
> Sun/JDK 1.3
>
Please send me the contents of the *JDEBug* directory.
Note that I have not tested JDEBug on JDK 1.3.
Note also that you need to set the jde-bug-jpda-directory
variable to the location of the jpda dll. This is necessary
because the JPDA currently assumes that the JPDA and JDK are
separate distributions each living in their own directory
trees.
- Paul