Since Java 7 is Update 25 , the Applet getCodeBase() method returns NULL for local applets. I did not find anything in the Java 7u25 release notes that would announce / explain this change, but I found an e-mail discussion that states that the change is really intended.
Can someone help me find a resource / documentation where I could find out more about this change?
source share