如何查看jdk的版本是32位还是64位

String arch = System.getProperty("sun.arch.data.model"));
System.out.println(arch);

猜你喜欢

转载自fengshulin.iteye.com/blog/2203172