Hi,
Setting of system property from within an applet
gives
java.lang.NoSuchMethodError: java/lang/System:
method setProperty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; not
found
at ResolverApplet.init at com/ms/applet/AppletPanel.securedCall0 at com/ms/applet/AppletPanel.securedCall at com/ms/applet/AppletPanel.processSentEvent at com/ms/applet/AppletPanel.processSentEvent at com/ms/applet/AppletPanel.run at java/lang/Thread.run If I am not able to set it then I am getting
security exceptions as that
property needs to be set to use the xml parsers
.
Thanks,
sabyasachi.
|