无法读取(或找不到?)ResourceBundle

发布于 2024-11-14 08:29:26 字数 528 浏览 2 评论 0原文

下面是我的项目结构。

Project
   |
   |--src
   |    |
   |    |--com
   |    |    |
   |    |    |--jasper
   |    |         |
   |    |         |--JasperDemo.java
   |    |
   |    |--i18n.properties
   |
   | 
   |--Arabic.jrxml 

在属性文件中有一个键text1.paragraph,它的值可以是任何语言(最好是阿拉伯语)。

在 .jrxml 文件中,我设置了 ResourceBundle="i18n" 并在文本字段中使用了 $R{text1.paragraph}

现在的问题是,当我从PDF 文件中的 eclipse 我得到的字段输出为 $R{text1.paragraph} 而不是它的值

Below is my project structure.

Project
   |
   |--src
   |    |
   |    |--com
   |    |    |
   |    |    |--jasper
   |    |         |
   |    |         |--JasperDemo.java
   |    |
   |    |--i18n.properties
   |
   | 
   |--Arabic.jrxml 

In the properties file there is a key text1.paragraph and it's value may be in any language(most preferable arabic).

In the .jrxml file I have set ResourceBundle="i18n" and in the textfield have used $R{text1.paragraph}

Now the problem is that when I run it from eclipse in the PDF file I get output of the field as $R{text1.paragraph} not it's value

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文