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

IllegalAccecException



Hi

When I do, db.createObject(myClassImpl.class.getName, 0), it results in
IllegalAccesException.
The Exception is thrown in method AbstractObjectContainer.createTarget (env,
class, sig, args) .

String sig is null and class.newInstance(args) is invoked and the Exception
is thrown.

This exception means that the class can't be found. Why is that?
I have all path's set in $CLASSPATH.

I would be grateful for some ideas.

greetings
Raul