How to unit test Java code that is expected to run within an applet Security Manager
I have some Java library code which sometimes runs as an unsigned applet. Because of this it is not always allowed to do some operations (for instance checking for system properties).
问答
阅读(3)