How to use jfreechart in unix
问题 I had a java program which uses jfreechart API to create histogram, which is running fine in windows system but the same is not running in unix system. It is saying NoClassDef exception. I have added the jfreechart jar to the lib in Unix... Do I need to do anything else to make it run? 回答1: NoClassDef exceptions are really only thrown for the fact the class simply doesn't exist. Are you running the application through an IDE? If so, make sure the jar is in the classpath. If not, make sure you