Hi everybody,

I am new to java and jde for Xemacs. 

OS I am running RH6.1

XEMACS 21.1

Jdk 1.2.2 from sun installed in /usr/local/jdk2.2.1/

Jde package for Xemacs: 2.1.5

.emacs file: 
;; Set path to the location of the JDE package
     (setq load-path
        (nconc
          '(
             "/dipole/home/ivan/emacs/site/jde-2.1.5"
           )
           load-path))

;; Make sure that Xemacs loads JDE
(require 'jde)

there is some other staff, but I thing it is irrelevant to JDE.


PROBLEM: Debugger does not work 

Error Message:

cd /home/ivan/Java/
jdb -classpath  HelloWorldApp

stop in HelloWorldApp.main
run
Initializing jdb...
> Deferring breakpoint HelloWorldApp.main.
It will be set after the class is loaded.
> run HelloWorldApp
VM initialization failed for: /usr/local/jdk1.2.2/jre/bin/java
-classpath -Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,address=dipole.es.usyd.edu.au:1589,suspend=y
HelloWorldApp

Can't load "libjdwp.so", because libjdwp.so: cannot open shared object
file: No such file or directory
Could not create the Java virtual machine.
Fatal error:

 Target VM failed to initialize.

Debugger finished


Thank you in advice.


Ivan.

Reply via email to