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
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