provides functions for web pages to detect the presence of a JRE, install the latest JRE, and easily run applets or Web Start programs.
0
votes
1answer
72 views
deployJava.runApplet is not working
Am using applet inside my "Extjs UI framework". If i called below "applet.js" file using "index.html", its working fine.
But, If i called inside any script, other than ".html file", then its not ...
2
votes
0answers
68 views
JWS launch: “To restart Deployment Toolkit, please refresh the web page”
I'm using the deployJava.js together with a primefaces commandbutton to launch a java web start app. Now this works perfectly on my own computers and browsers, but some users get the following popup
...
0
votes
0answers
23 views
Invoking Applet Methods - Firefox 12 bug
I have one problem with Firefox 12 (newer Firefox works well, and another browsers works well too).
In Firefox 12 MyApplet is undefined.
In another browsers everything works well.
In newer Firefox ...
0
votes
0answers
45 views
JNLP, deployJava.js & ASP.Net MVC with session details?
I'm trying to get a JNLP working properly from within a ASP.Net MVC website. I've got the JNLP generated and if I download it and run it manually it works. Now i'm trying to integration with the ...