import java.io.File; public class PrintClasspathJava { public static void main(String args[]) { String classpath = System.getProperty("java.class.path"); ...
確定! 回上一頁