小编Ala*_*lan的帖子

无法解析为 Jaspersoft Studio 类型

使用 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 和类。

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

知道为什么会这样吗?

jasper-reports

6
推荐指数
1
解决办法
1万
查看次数

标签 统计

jasper-reports ×1