[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] : Java Class



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