gpt4 book ai didi

jasper-reports - 无法解析为 Jaspersoft Studio 类型

转载 作者:行者123 更新时间:2023-12-04 04:28:39 33 4
gpt4 key购买 nike

使用 jaspersoft Studio 6.1.1

我想要实现的是将我得到的数字转换为罗马格式,为此我添加了一个我创建的 .jar 来完成这项工作,问题是,当我尝试使用我的函数时.jar,我收到以下错误:

    net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:
1. RomanNumeral.roman cannot be resolved to a type
value = new RomanNumeral.roman(1); //$JR_EXPR_ID=8$
<---------------->
2. RomanNumeral.roman cannot be resolved to a type
value = new RomanNumeral.roman(1); //$JR_EXPR_ID=8$
<---------------->
3. RomanNumeral.roman cannot be resolved to a type
value = new RomanNumeral.roman(1); //$JR_EXPR_ID=8$
<---------------->
3 errors

RomanNumeral 是名称是 .jar 和类。

我到处寻找类似的错误,但没有帮助

知道为什么会这样吗?

最佳答案

我可以解决我的问题,如果有人有同样的问题,我希望这可以帮助他们。

将 .jar 添加到项目的 java 构建路径后,必须将其导入到要使用的报告中。

libraries

import it to your report

然后,要使用 .jar 中的函数,我必须像这样编写函数的路径“package.Class.Method”,在我的例子中是:

com.certuit.utils.RomanNumeral.roman(1)

com.certuit.utils 是包。

罗马数字

罗马 (1) 是我想使用的方法

这对我有用。

关于jasper-reports - 无法解析为 Jaspersoft Studio 类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38579422/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com