查看当前项目的classpath
查看当前项目的classpath
public static void main(String[] args) { System.out.println("java.class.path:"+System.getProperties().getProperty("java.class.path")); } 发布时间: 2012-09-24 13:49:41 作者: rapoo
查看当前项目的classpath
查看当前项目的classpath
public static void main(String[] args) { System.out.println("java.class.path:"+System.getProperties().getProperty("java.class.path")); }