Skip to main content

All Questions

Filter by
Sorted by
Tagged with
4 votes
1 answer
865 views

Java WebStart: How to fix deployJava.js to ignore Chrome 42 and assume that java is installed

I've read the information available about Chrome 42 and I'm looking to work around the issue in order to allow the user to download my jnlp file when working from Chrome 42. The question is, how do I ...
Naomi's user avatar
  • 5,536
1 vote
1 answer
204 views

deployJava js forces to update jre 1.6 to 1.7+

I have a java web start application which runs from a web page. I use deployJava.js to detect java installation on user's system. Minimum java version required is 1.6. However even if user has only 1....
Nikita's user avatar
  • 194
0 votes
1 answer
50 views

How different applets are distinguished by web-browsers?

If the user visits the website and install the applet, does a visit to another website, which contains the same applet, would use the previously installed applet?. Or, does it install the applet as a ...
tompal18's user avatar
  • 1,226
2 votes
0 answers
199 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 ...
Aksel Willgert's user avatar
1 vote
2 answers
693 views

Trouble to display deployJava button on ajax rerender

I'm having trouble displaying the deploy-java button on ajax rerender <h:form id="deployJavaForm" rendered="#{myBean.shouldRender}"> <h:outputScript library="js" name="http://java.com/js/...
Aksel Willgert's user avatar