使用 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
Run Code Online (Sandbox Code Playgroud)
RomanNumeral 是名称是 .jar 和类。
我到处寻找类似的错误,但没有帮助
知道为什么会这样吗?
| 归档时间: |
|
| 查看次数: |
14491 次 |
| 最近记录: |