I am writing a firefox extension which needs to play a certain PCM stream. The samples are retrieved from a java module over LiveConnect:
I am having trouble avoiding a sporadic crash in my applet that appears to be caused by a thread waiting on itself. Strangely, this only seems to happen in google chrome.
This works on chrome canary/firefox 4 etc on windows: getAppletContext().showDocument(new URL(\"javascript:alert(\'hello\');\"));
I\'m trying to pass ArrayBuffer to Java applet, but cannot guess how to do it. It\'s pretty easy to ha开发者_如何转开发ndle standard JS arrays and they work fine for Sun\'s plugin (not for IcedTea). I
i wrote a simple html file that prints 10 random numbers using javascript. javascript object in turn uses java.util.Random class (live connect) to output the result! but i am not getting exact output
I\'ve been working on a project that requires communication both directions between Java and JavaScript. I have successfully managed to get it working under all browsers in OS X, but I\'m now faced wi
Can somebody explain what does this mean? Boxing objects for Java numeric values (the java.lang classes Byte,
I\'m working on an application with a javascript front end that can receive a bunch of octets from the server (for the time being I\'m using php\'s chr() to simulate some data).
I have a Java Applet inserted on a simple HTML page located at http://localhost:8080/index.html: <applet id=\"applet\" code=\"SomeCode.class\" archive=\"lib.jar\" Width=\"1\" Height=\"1\"></
I\'m having trouble getting a Java Applet to communicate with the Javascript code on the page the applet is hosted on. It works sometimes, but othertimes it throws an obscure exception, that googling