which jdk is installed on the red hat box?  i think it usually defaults to
the kaffe jre, which means that when you invoke 'java' or 'javac' you are
actually invoking 'kaffe'.  i dont think that is jdk1.2 compliant (i may be
wrong).

download jdk1.2.2 rc4 from blackdown.org, install it, and then edit the link
file 'java' in (i believe) /usr/bin/.  change it to point to .java_wrapper
in the jdk directory and you should be set.

--bradley mclain


>From: Chris Probert <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: jswdk & linux
>Date: Tue, 20 Jun 2000 11:26:56 +0000
>
>Hello,
>
>I have successfully been using the jswdk jsp server on my win98
>machine for quite a while and want to move some of my code over
>onto our (red hat) linux box. However, after insallation of
>jswdk (and a few hiccups) the startsever setup file is not
>running properly and is coming up with the following error:
>
>java.lang.NoClassDefFoundError:
>java/rmi/server/UnicastRemoteObject
>
>I assume this means that some system variables or paths are not
>set correctly, has anyone got any experience of this sort of
>problem.
>
>TIA
>Chris Probert
>[EMAIL PROTECTED]
>
>Electronic Trade Services
>St. Alkmunds House
>103 Belper Road
>Derby
>DE1 3ER
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to