JAL-3757 JAL-3689 use AppletFormat.checkProtocol to resolve startup file’s retrieval...
[jalview.git] / src / jalview / bin / Jalview.java
index 7ad7320..3a238bb 100755 (executable)
@@ -691,12 +691,7 @@ public class Jalview
         jalview.bin.Cache.removeProperty("STARTUP_FILE");
       }
 
-      protocol = DataSourceType.FILE;
-
-      if (HttpUtils.startsWithHttpOrHttps(file))
-      {
-        protocol = DataSourceType.URL;
-      }
+      protocol = AppletFormatAdapter.checkProtocol(file);
 
       if (file.endsWith(".jar"))
       {