All Questions
Tagged with deployjava javascript
14 questions
0
votes
1
answer
2k
views
DeployJava.js redirects some (but not all) users to install Java when only Java 8 is installed
We have a Java applet that users use to upload imaging data to our database, and we use Oracle's deployJava.js to launch it. Recently, some users, including one of my coworkers, find themselves ...
0
votes
1
answer
740
views
Getting JRE version if Java is not installed in Safari using deployjava.js
I am using deployjava.js to check whether java or JRE installed in system or not. I create a script to check JRE version and java installed in system or not. I tested it in Safari browser in my Mac, ...
1
vote
0
answers
396
views
Use deployJava.js to check for latest JRE version for web applet
I like to use the deployJava.js to check which JRE version installed in system. When I read documentation of deployjava.js it seems that it will work perfectly. But it's not working exactly.
I tested ...
0
votes
0
answers
453
views
deployJava.js redirects to Java.com even JRE is present in machine
Our application has an applet in a web page. To render it we used deployJava.js (recommended approach by Oracle). But it is redirecting to Java.com, even correct (minimum) JRE version is installed in ...
3
votes
1
answer
3k
views
Detect java version using deployJava.js ,pops up java upgrade menu
I have a need to know the java version installed on client machine, have come up with the solution here
How to write JavaScript function to check JRE version
When I tried, got with the answer:
...
-1
votes
1
answer
276
views
deployJava.js does not support IE11
The function 'getBrowser' returned 'Detected browser name:Netscape Family, Other'.
Has someone improved this?
0
votes
1
answer
641
views
Disable redirect to java.com on mobile when using deployJava.js
I'm using Java Deployment Script on my web application using this code.
<script src="https://www.java.com/js/deployJava.js"></script>
<script>
var attributes = {
code:'...
1
vote
3
answers
704
views
Java Installed vs Java Enabled in browser
Is there a way to detect if java is installed on your machine or if java is disabled on the browser. We use java applets in our application but before the applet is loaded we use "deployJava.js". ...
1
vote
2
answers
1k
views
JavaScript to Java Applet using DeployJava.js to run commandline
I am pretty new to Java. I want to create a Java Applet that will allow my JavaScript to pass a commandline to the Java Applet. This will only ever be run on my development machine - no need to remind ...
0
votes
1
answer
210
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 ...
2
votes
1
answer
1k
views
deployJava.js adds an <embed> element to head area
I have a site where I am using Java applets and have included deployJava.js load tag in the head area of the page. However when I see resulting HTML in Chrome debugger this script breaks my head ...
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
...
0
votes
1
answer
261
views
function of code attribute in deployjava.js
i'm wondering about a specific syntax for the "code" attribute that's used with deployjava.
with something like code: applet.class it's fairly obvious that the call is pointing to a file of that name,...
1
vote
1
answer
1k
views
deployjava.getJREs is not working for windows 7 64 bit jre
I am trying to get jre version in windows7, I have installed the 64 bit jre for the same,
but when I use deployjava.js getJres method it gives me blank list of jre installed, it is working fine for me ...