From 4230b657b444c3667e9c8cc7974730681130ebae Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 15 Nov 2010 10:14:58 +0000 Subject: [PATCH] update minimum java version 1.5 required --- help/html/memory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/html/memory.html b/help/html/memory.html index b6cca1b..857c29a 100755 --- a/help/html/memory.html +++ b/help/html/memory.html @@ -47,7 +47,7 @@ The way you increase the memory settings for the JVM depends on which installati need to make your own jnlp file and add the following parameter into the <resources> element.
-<j2se version="1.4+" initial-heap-size="500M" max-heap-size="1000M"/>
+<j2se version="1.5+" initial-heap-size="500M" max-heap-size="1000M"/>
 
Save the jnlp file somewhere and then - if you start Jalview through your web browser, point your browser at the file's url, othewise simply run javaws -- 1.7.10.2