RE: java.lang.SecurityException: sealing violation

2001-06-29 Thread Williamson, James
Title: RE: java.lang.SecurityException: sealing violation If I remember rightly a sealing violation is thrown when you're using a package which is 'sealed' (the manifest specifies that all classes from that package must be loaded from that library). Are you sure you're no

java.lang.SecurityException: sealing violation

2001-06-28 Thread Cannon, Scott
Any idea why I would get this error: java.lang.SecurityException: sealing violation when executing the following: import java.io.*; import org.apache.fop.apps.*; import org.w3c.dom.*; import org.xml.sax.*; public class testing2 { public static void main(String[] args