Hi..
assuming u are using rhl6.x & jdk1,2,2
append the environment variables in /etc/profiles
        JAVA_HOME="<path to jdk1.2.2 dir>"
        PATH="$PATH:$JAVA_HOME/bin"
        CLASSPATH="$JAVA_HOME:$JAVA_HOME/lib/tools.jar:"
        export JAVA_HOME PATH CLASSPATH
This shud work
Best Luck!
Jayman


Kunal Shah wrote:
>
> That's right
> your path variable is not properly set but also depends upon the ver of jdk you are
> using. is it  jdk1.2.2 u are using?
>
> Chris Probert wrote:
>
> > 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
>
> ===========================================================================
> 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


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.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