Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Lauren Wallace's user avatar
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, ...
Ghanshyam Katriya's user avatar
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 ...
Ghanshyam Katriya's user avatar
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 ...
user3854184's user avatar
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: ...
RONE's user avatar
  • 5,495
-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?
RickeyShao's user avatar
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:'...
Nik's user avatar
  • 481
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". ...
user1216750's user avatar
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 ...
Murrah's user avatar
  • 1,750
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 ...
user avatar
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 ...
Epsiloncool's user avatar
  • 1,483
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
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,...
henry bemis's user avatar
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 ...
varun agarwal's user avatar