JAVA怎么检测程序当前运行的系统是linux还是windows_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > JAVA怎么检测程序当前运行的系统是linux还是windows

JAVA怎么检测程序当前运行的系统是linux还是windows

 2013/7/11 12:16:49  Kent_Mu  程序员俱乐部  我要评论(0)
  • 摘要:publicclasspp{publicstaticvoidmain(Stringargs[]){Stringos=System.getProperty("os.name");System.out.println(os);}}
  • 标签:程序 Windows Linux 检测 运行 Java

public class pp{
??????? public static void main(String args[]){


??????? String os=System.getProperty("os.name");
??????? System.out.println(os);
??????? }
}

发表评论
用户名: 匿名