Good day -

I am new to both Linux and Emacs, so please forgive any newbie mistakes.  

I downloaded jdk 1.2.2 and the jde for xemacs.  I am trying to create some
Enterprise Java Beans, but it would seem that jde can't see the import classes.
 I have the following in my *.java :
        import javax.ejb.SessionBean
and I get an error message that it can't be found.  I have the following in my
.emacs:
(setq jde-global-classpath '("/usr/jdk/jdk1.2.2/" $JONAS_ROOT "."))
(setq load-path
    (nconc '(
            "/usr/jdk/emacs_jde/jde-2.1.5"
            )
            load-path))
(require 'jde)        

And JONAS_ROOT is defined in my .bashrc with the directory of the Jonas App
Server that has all the RMI stuff.

I am not sure how to set the classpath in JDE, if I even need to.

I would greatly appreciate any help you can offer.  

David



-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~
       David Clark

 http://www.clanclark.net
~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to