Note that there are some explanatory texts on larger screens.

plurals
  1. POManaging upgrades to Java 7
    primarykey
    data
    text
    <p>My team uses a lot of Java applications and applets (both internally created and from external sources).</p> <p>Since the release of Java 7, which we are using for some applications, we have found a number of problems with external applications and applets which do not support Java 7 (although I don't know why - however, having spoken to the tech support at the organisations that provide these applications, they indicate that their applications are not compatible with Java 7). </p> <p>Unfortunately, many of these applications state that they work on any (recent) version of Java (e.g. 1.5+). Obviously, it would be nice if the providers of these applets and applications would amend their code to specify which version of Java they can work on, rather than stating they can work with versions that they don't. However, what can I do in the interim?</p> <p><strong>Webstart Applications:</strong></p> <p>For these I create a batch file specifying which version of the JRE to use e.g.:</p> <pre><code>C:/"Program Files"/Java/jre6/bin/javaws http://www.website.com/path/to/app.jnlp </code></pre> <p>Is there a better way of doing this?</p> <p><strong>Web Applets:</strong></p> <p>I've not had any success with specifying for web applets. I know I could specify the JRE version for Internet Explorer (<a href="https://stackoverflow.com/questions/71254/force-internet-explorer-to-use-a-specific-java-runtime-environment-install">e.g. this question</a>), but I don't want to force all web applets to use an old version of Java - I only want to specify on a case by case basis.</p> <p>I had contemplated creating a batch file that would launch internet explorer with a particular JRE specified... something along the lines of</p> <pre><code>start iexplore [specify JRE] http://www.website.com/pageWithWebApplet.html </code></pre> <p>...but I don't know how to specify the JRE. Any ideas?</p> <p>Alternatively, if there are better ways of doing this, I would love to know.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload