Merge branch 'groovy/JAL-2074_upgradeto2.4.4' into develop
[jalview.git] / src / jalview / bin / Jalview.java
index 6c8750f..d0b3232 100755 (executable)
@@ -90,6 +90,7 @@ public class Jalview
    */
   public static void main(String[] args)
   {
+    System.setSecurityManager(null);
     System.out.println("Java version: "
             + System.getProperty("java.version"));
     System.out.println(System.getProperty("os.arch") + " "