Re: Why I can not access the local db

Marianne Mueller (Marianne.Mueller@Eng)
Fri, 1 May 1998 11:55:49 -0700 (PDT)

Date: Fri, 1 May 1998 11:55:49 -0700 (PDT)
From: Marianne Mueller <Marianne.Mueller@Eng>
Subject: Re: Why I can not access the local db
To: java-security@web2.javasoft.com, jian@west17.com

Can you tell us exactly what the error message says when you try
to connect to the database?

What do you mean by registered class?

For the NoClassDefFoundError, it could be that your classes aren't
in a directory that is on the CLASSPATH. Especially if you're using
a broswer, be sure that CLASSPATH is up to date. You probably need
to kill the browser, set CLASSPATH in your shell or MSDOS prompt, and
then restart the browser.

Marianne