Posted on November 24th, 2015 by Chetan Wadhwa
Sometimes there is a need to call JavaScript function from an applet.As both are the parts of an HTML page, in case we want our applet to communicate with browser then we call javascript function and then javascript communicate with browser. To call javascript function we first need plugin.jar which contains the classes needed for […]
Posted on November 21st, 2015 by Prem Mali
Recently we were working on a JAVA Applet for one our clients. Applet was working fine at our end and in client’s testing enviroment but when applet was integrated with live site, problems began. We got an error “Incompatible magic value 218774561 in class file javax/xml/messaging/URLEndpoint”.. Normally this message comes if sandbox (browser) blocks applet […]