Problem :
I have recently written a Java Web Start application using NetBeans it does a very simple file upload task. Also I have already got it completely signed now but now I am facing a very new problem.
One of my main class methods is called by the JavaScript and now somehow it stopped working. If I try to call this function manually in Firebug then I face below message:
“Liveconnect call for applet id 6 is not allowed in this jvm instance”.
Please Note : I have the most up-to-date version of my Java plugin. Is there anyone who can fix above error for me?