I have a program which uses the JFreeChart, and it works perfectly fine on NetBeans. However, when I clean and build it into an executable JAR file and open it, I get the following error: error message
I have the option to copy dependent libraries when building the program checked, and the required libraries have been copied onto the classpath: enter image description here
Is there anything obvious that I've forgotten to do? How can I fix this?