栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

减少JRE的大小

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

减少JRE的大小

查看JRE目录中的README文件。“可选文件和目录”部分列出了一些文件(如果将它们与应用程序打包在一起,可以从Oracle / Sun JRE中删除)。

创建安装时,我使用Ant构建文件将JRE从系统安装位置复制到软件包目录。将要排除的文件列表放在单独的文件中,并使用’excludesfile’属性加载此列表:

<copy todir="${deployed_jre_dir}">  <fileset dir="${system_jre_dir}" excludesfile="jre_excludes.properties" </copy>

样本jre_excludes.properties文件:

# per the README from the JRE, these files are for the browser plugin and are not needed otherwise#bin/javaw.exebin/javaws.exebin/javacpl.exebin/jucheck.exebin/jusched.exebin/wsdetect.dllbin/NPJPI*.dllbin/NPJava*bin/NPOJI610.dllbin/RegUtils.dllbin/axbridge.dllbin/deploy.dllbin/jpicom.dllbin/javacpl.cplbin/jpiexp.dllbin/jpinscp.dllbin/jpioji.dllbin/jpishare.dlllib/deploy.jarlib/plugin.jarlib/javaws.jarlib/javaws/messages*lib/javaws/miniSplash.jpgbin/new_plugin**bin/jureg*bin/ssv*bin/jqs*bin/jp2*lib/deploy*# if you do not need any RMI stuff# wildcard to catch .exe files on Windows# note rmi.dll is not excluded, which is needed by jconsole; add rmi.dll if you do not need jsonsolebin/jbroker*bin/java-rmi*bin/rmid*bin/rmiregistry*bin/tnameserv*bin/orbd*bin/servertool*# do not include QuickTime# this will be in the jre dir for machines that have QT installedlib/ext/QTJava.zip


转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/486883.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号