![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi, I'm trying to define a ClassLoader in an applet contained in a signed CAB file (i'm using IE for my tests) My ClassLoader download a distant unsigned jar file and tries to load classes from the data it contains. My Cab file is signed with the right level of permission, but I got a security exception. When I print the stackTrace, it shows me strange class loader : at com/ms/vm/loader/ResourceLoader.getURLData It seems that whereas the byte of my classes are already downloaded and stored in the JVM, IE tryes to use some kind of network class loader. Regards, Greg Replies: |
Sponsored Links
|