[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] : Java Class
- Subject: Re: [cobalt-users] : Java Class
- From: "Kevin D" <kdlists@xxxxxxxxxxxxxxx>
- Date: Tue Jul 3 02:31:44 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
From: "Hans" <hans@xxxxxxxxxx>
> I try to register a JavaClass on my RAQ4. I get a error messages class not
> found. How can i find out what the CLASSPATH is or need to be.
at the command line, type echo $CLASSPATH
Your classpath should include the directories of every class that your java
file needs. See the JDK docs for more info on where / how to set the
classpath (it depends on what you're doing - tomcat, CGI, etc.)
Kevin