From 1a4da0f28dbfe65fd79ce9e3f4ff3864c636e559 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Tue, 14 Jan 2014 11:31:35 +0000 Subject: [PATCH] JAL-1400 specify minimum 1.6 JRE --- examples/linkedapplets_ng.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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+');