I think the problem is that you are trying to load one class from the
standard the classpath, i.e. just a class and then you are trying to load
another class from a sealed jar file, please check your classpath and
confirm that there is no chance that this can occur. Then like I said
earlier, start and run the jvm in verbose mode to obtain class loading info.
Scott
-----Original Message-----
From: Graham, Steve (GIC) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 4:11 PM
To: '[EMAIL PROTECTED]'
Subject: RE: SecurityException sealing violation
well maybe this will help you:
" at java.net URLClassloader.defineClass(URLClassloader.java:228) "
" at java.net URLClassloader.access$1(URLClassloader.java:208) "
" at java.net URLClassloader$Classfinder.run(URLClassloader.java:497) "
" at java.security.Accesscontroller.doPriveleged(NativeMethod)"
and so on and so on