JAL-1588 error dialog if Chimera project opened on a m/c w/o Chimera
[jalview.git] / src / ext / edu / ucsf / rbvi / strucviz2 / ChimeraManager.java
index 80c8df5..b66778c 100644 (file)
@@ -554,6 +554,8 @@ public class ChimeraManager
     for (String chimeraPath : chimeraPaths)
     {
       File path = new File(chimeraPath);
+      // enable the next line to simulate Chimera not installed
+      // File path = new File(chimeraPath + "x");
       if (!path.canExecute())
       {
         error += "File '" + path + "' does not exist.\n";