Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议baiqiu加入rapid对linux的支持 #78

Open
GoogleCodeExporter opened this issue May 18, 2015 · 2 comments
Open

建议baiqiu加入rapid对linux的支持 #78

GoogleCodeExporter opened this issue May 18, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

建议在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下顺利执行而不报错误

Original issue reported on code.google.com by [email protected] on 31 Jul 2011 at 9:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant