Jump to content
We've recently updated our Privacy Statement, available here ×

How to add Resource Bundles in Jasper Studio 1.0.4


seenu

Recommended Posts

I am unable to add Resource Bundle properties to the class path in Jasper Studio 1.0.4. I have used Internationalization ( defining Text Field Expression as $R{text.message1} ) within my Jasper Report Template. when Preview the report, it is asking for Resource bundle. But I could not find any option of adding Resource bundle propertie files in Jasper Studio.
 

Following Work Around worked for me :

Create the Project as Java Project and added all my resource bundle properties to class path under Java project. It worked.  Report Template able to retrieve the resource bundle and exeute the report successfully.

But In real scenarios, we will be creating reports under Jasper Report Project only not as Java Project.

Please provide any pointers on how to add Resource Bundles in Japser Studio

- Srinivas

Link to comment
Share on other sites

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

Actually I have placed all my properties under src directory of my Java Project. As the <yourproject>/src folder already in the class path. It worked for me.

But same thing is not possible if you create Project as Jasper Report Project.
I need pointers about adding resource Bundle to the Jasper Report project.

- Srinivas

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

I tried 1.0.8 and added the related plugins in the myreports-build-path. But without success. Still get errors like

Start compiling
net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:
1. com.company.util.DateTime cannot be resolved to a type

what can I do to use external jar like in iReport?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...