更换打印触发的jre安装版本
更换报表展现与输出打印触发的 jre 安装版本
由于 windows 7 高版本的 ie 不支持 jre1.4 的环境,无法打印,所以有的客户希望直接把下载好的 jre1.6 放在服务器,替换掉原来自带的 jre1.4 ,那么就在 reportConfig 里配置 jreInstallName 节点,正确的写法为:
<config>
<name>jreInstallName</name>
<value>/jre-6u24-windows-i586.exe#Version=1,6,0,0</value>
</config>
<config>
<name>jreVersion</name>
<value>1.6</value>
</config>
然后将 jre-6u24-windows-i586.exe 放到 web 项目的根目录下便可以实现没有 jre 环境的 win7IE9 浏览器在打印时触发安装