Hi
I am trying to attach resource bundle with my jrxml file and I have properties file available in same folder as jrxml
But when I try to lookup using opern resource I cannot see prorpties file, list is empty
Can you help me how to locate and link resource bundle with report?
4 Answers:
Have you checked the following wiki page?
http://community.jaspersoft.com/wiki/missing-resource-bundle-jaspersoft-...
Hi and sorry for being late to the party,
I've been suffering this since the 1st time I tried Jaspersoft Studio.
Information regarding this is scarce or non existant, as usual.
In my experience, there's a couple of things to take into account:
1) Don't LINK resource boundles. It won't work. Just include the actual files and it will copy them in the project directory. The problem is that if you modify them outside, you have to overwrite them every time.
2) Include your resource bundle files or directory in the build path (right click over directory or file -> "Build Path" -> "Use as Resource Folder"). Otherwise it won't work (or that's what I've experienced).