At 05:35 AM 8/26/99 -0400, Paul Michael Reilly wrote:
>Guillemot Herve writes:
> > OK, I have no more problem with jpda path in variable
jde-bug-jpda-directory
> > and I have the JDEBug menu.
> >
> > But when I do JDE -> Debug App, I have a jde-dbo-command-error in the
JDebug
> > buffer
> >
> > javaw -classpath
> >
d:/dev/emacs/home/add_on/jde-2.1.6beta7/java/lib/jde.jar;d:/dev/java/jpda1.0
> > /lib/jpda.jar jde.debugger.Main
> >
> > JDE> -1 4 launch 1 -use_executable javaw -classpath
> >
d:/projets/PlayerRecorder;d:/projets/PlayerRecorder/JTreeTable;d:/projets/Pl
> > ayerRecorder/CastoreServerApp PlayerRecorder
> >
> >
> > (jde-dbo-init-debug-session)
> >
> >
> > (jde-dbo-command-error
> > 4 "VM initialization failed for: C:\Program
Files\JavaSoft\JRE\1.2\bin\javaw
> > -Xdebug -Xnoagent -Djava.compiler=NONE
> > -Xrunjdwp:transport=dt_socket,address=wnt-pasiphae:2831,suspend=y
-classpath
> >
d:/projets/PlayerRecorder;d:/projets/PlayerRecorder/JTreeTable;d:/projets/Pl
> > ayerRecorder/CastoreServerApp PlayerRecorder")
>
>I had this problem, albeit on RH6.0 Linux using the Blackdown 1.2.1
>port. The cure for me was to fix my PATH environment variable to
>correctly find the JPDA bin directory. However, before you get too
>excited, fixing this just got me to one more problem. :-)
>
You mean the fact that JPDA does not run on Linux?
- Paul