Salve a tutti, per un mio progetto mi serviva una libreria per la creazione dei grafici. Ho utilizzato la JFreeChart. Ho scaricato dal sito la le librerie (jfrechart e common) le ho aggiunte al mio progetto (uso Jbuilder) ed ho provato usando un esempio che ho trovato su mokabyte, però quando faccio il run mi dà questi errori che riporto

Exception in thread "main" java.lang.ExceptionInInitializerError

at org.jfree.chart.JFreeChartInfo.<init>(JFreeChart.j ava:1834)

at org.jfree.chart.JFreeChart.<clinit>(JFreeChart.jav a:241)

at org.jfree.chart.ChartFactory.createTimeSeriesChart (ChartFactory.java:1850)

at jfreechtest.test.TimeSeriesExample.createChart(Tim eSeriesExample.java:106)

at jfreechtest.test.TimeSeriesExample.createDemoPanel (TimeSeriesExample.java:150)

at jfreechtest.test.TimeSeriesExample.<init>(TimeSeri esExample.java:35)

at jfreechtest.test.TimeSeriesExample.main(TimeSeries Example.java:155)

Caused by: java.util.MissingResourceException: Can't find bundle for base name org.jfree.resources.JCommonResources, locale it_IT

at java.util.ResourceBundle.throwMissingResourceExcep tion(ResourceBundle.java:836)

at java.util.ResourceBundle.getBundleImpl(ResourceBun dle.java:805)

at java.util.ResourceBundle.getBundle(ResourceBundle. java:549)

at org.jfree.JCommonInfo.<init>(JCommonInfo.java:84)

at org.jfree.JCommonInfo.getInstance(JCommonInfo.java :72)

at org.jfree.JCommon.<clinit>(JCommon.java:63)

... 7 more

Qualcuno sà come fare..è molto importante.

Vi lascio anche la mail gennaro.galdi@gmail.com

Attendo risposte ringraziandovi anticipatamente