I\'m using a library that has a dependency on jfreechart (v 1.0.9).
When I try to run the .jar, I get:
java.util.MissingResourceException: Can\'t fin
If you are using IntelliJ IDE just right click on resources package and go to new and then select Resource Boundle it automatically create a .properties file for you. This did work for me .