I wrote a Firefox extension. When a menu item is selected, it checks the version of Java. I get this exception when I try to call a Java class inside JavaScript:
uncaught exception: target applet or JVM process terminated unexpectedly
This happens after hibernating my system, if I try to use the Firefox extension, then I get this error. If I restart Firefox, it works again. What can i do with this?
Sample code for the Firefox extension ( overlay.xul ):
<?xml version="1.0"?> <overlay id="RefMArc-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <script> function onRclick_temp() { try {
java firefox-addon xul
user1494628
source share