security_java thread: Exception in Signed Applet
I have developed a signed applet. In the init() method, I can get outside the sandbox. In any other public method I cannot. There is an example on p. 205 of the Wrox book, "Java Security". This example goes outside the sandbox only in the init() method. Is there some extra step necessary to get outside the sandbox in public methods?
|





