I am developing an applet and wonder what are the exact security reasons why 'plugin.jar' is not accessible like the rest of the Java libraries and why JSObject also is disabled for security reasons.
The only statement I can find, is that it is disabled for security reasons but I can't find any further information.
http://docs.oracle.com/javase/7/docs/technotes/guides/plugin/developer_guide/java_js.html
Hope someone here knows some details.