Knut Anders Hatlen wrote:
Narayanan <[EMAIL PROTECTED]> writes:

"If you try to load a class in a sealed package from another source
other than the JAR file in which the sealed package lives, the JVM
will throw a |SecurityException|."
here http://www.ibm.com/developerworks/library/j-jar/#N101D6 as the
last line in the Package sealing sub-header.

By "load a class ... from another source" I think he means that the
loaded class is located in another source, not that the code that causes
the class to be loaded is in another source.

Right, derbynet.jar uses sealed classes from derby.jar, so sealing is not an issue here.

Dan.

Reply via email to