在32位操作系统上,applet使用java.home属性获取JRE路径。要求用户安装32位JVM,现在的问题是如何获得32位JRE路径,因为java.home属性提供了64位JRE路径。(因为浏览器和插件是64位)。一种选择是使用update-alternatives –list java命令获取所有的JRE安装路径。- If it supports 32 bit JVM, use that JRE path to launch JAR file
- If none of the java installations
如何仅包含源文件夹的内容
例如,在/tmp/ example /package中,我有com/example/java/HellWorld.class。当我提供源代码为/tmp/example/package时,jar包含/tmp/example/package/com/example/java/HellWorld.class,而不仅仅是com