I want to use Netscapes Capabilities Class to enable the creation of a ClassLoader in an applet. My question is whats the target name for ClassLoader?
Location: http://www.jguru.com/faq/view.jsp?EID=95773 Created: Jul 5, 2000 Modified: 2000-09-14 08:35:47.528 Author: Krzysztof Harpula (http://www.jguru.com/guru/viewbio.jsp?EID=95391) Question originally posed by men hao (http://www.jguru.com/guru/viewbio.jsp?EID=19330 To get possibility to create custom class loader in applet under Netscape use: PrivilegeManager.enablePrivilege( “MarimbaInternalTarget” ); This is an undocumented target. I used it under Netscape v.4.72 to install custom class loaders.