Hi all, I want to create an applet which displays feature tables graphically. As a test and to learn biojava I adapted the FastBeadDemo.java example. The problem is that it works fine as a standalone application but when use it as an applet I get the following error :
java.lang.ExceptionInInitializerError at org.biojava.bio.gui.sequence.FilteringRenderer.getContext(FilteringRenderer.java:171) [...] Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission createClassLoader) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269) [...] I guess it comes from the bytecore.jar library I need to use and which tries to create a ClassLoader in an applet context. Does that mean I need to create something like a signed applet (I know very little about that !) to use the biojava libray, or does a turn around exist ? By the way what bytecore.jar is used for ? Many thanks Franck _______________________________________________ Biojava-l mailing list - Biojava-l@biojava.org http://biojava.org/mailman/listinfo/biojava-l