Posted on Jul 31, 2011 by
Massive Wombat
建议在SystemHelper.java中加入 public static boolean isLinuxOS = System.getProperty("os.name").toLowerCase().indexOf("linux")>= 0;
然后在需要判断OS版本的地方加入 else(SystmeHelper.isLinuxOS){ Runtime.getRuntime().exec("bash cd "+...); } 以使得rapid能够在linux下顺利执行而不报错误
Comment #1
Posted on Aug 3, 2011 by Grumpy Elephantbash cd 有什么用?
Comment #2
Posted on Aug 3, 2011 by Grumpy Elephant应该是不需要执行这个东西.
Status: New
Labels:
Type-Defect
Priority-Medium