当前位置: 首页 > 工具软件 > iReport > 使用案例 >

ireport Designer

谭嘉容
2023-12-01

ireport Designer是一款可视化编辑XML文档的工具,设计出来的xml文件可被JasperReport使用。

在win中有两种版本 .exe版 和 免安装版本。

5.6.0版ireport Designer存在不兼容jdk8 问题,

  可以修改 etc/ireport.conf文件

  设置jdkhome的路径为jdk7 的路径(不必要重新配置jdk7)

#jdkhome="/path/to/jdk"
jdkhome="C:\Program Files\Java\jdk1.7.0_80"
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)

 

转载于:https://www.cnblogs.com/m01qiuping/p/6416460.html

 类似资料:

相关阅读

相关文章

相关问答