From: Jim Procter Date: Tue, 14 Jan 2014 11:31:35 +0000 (+0000) Subject: JAL-1400 specify minimum 1.6 JRE X-Git-Tag: Release_2_8_0b1~1^2~20^2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=1a4da0f28dbfe65fd79ce9e3f4ff3864c636e559;p=jalview.git JAL-1400 specify minimum 1.6 JRE --- diff --git a/examples/linkedapplets_ng.html b/examples/linkedapplets_ng.html index 6993f2f..a01647d 100644 --- a/examples/linkedapplets_ng.html +++ b/examples/linkedapplets_ng.html @@ -210,7 +210,7 @@ document.onclick = mclose; APPLICATION_URL : "http://www.jalview.org/services/launchApp" }; - deployJava.runApplet(attributes, parameters, '1.6'); + deployJava.runApplet(attributes, parameters, '1.6+');