Search found 4 matches

by helmut
Sat Jun 12, 2004 2:24 pm
Forum: JCommon
Topic: JCommons Java 1.5 compatibility
Replies: 2
Views: 15648

JCommons Java 1.5 compatibility

Please make JCommon Java 1.5 compatible. There are some enum's which is a reserved word in Java 1.5.

Thanks
by helmut
Tue Apr 20, 2004 4:05 pm
Forum: JFreeDesigner
Topic: JFreeReportDesigner fails with JFreeReport 0.8.4_9
Replies: 1
Views: 94233

JFreeReportDesigner fails with JFreeReport 0.8.4_9

Hi, private void loadConfiguration() { try { final ConfigStorage storage = ConfigFactory.getInstance().getUserStorage(); if (storage.existsProperties("designer-settings")) { final Properties props = storage.loadProperties("designer-settings", null); this.editorConfiguration.putAll(props); } } catch ...
by helmut
Sun Aug 03, 2003 12:37 pm
Forum: JFreeChart
Topic: PaintTable missing in JFreeChart 0.9.10
Replies: 2
Views: 4567

Solved: PaintTable missing in JFreeChart 0.9.10

Hi,

It was a problem during my compilation of JFreeChart (probably JCommon 0.8.5 was not used).

It is solved now.

Sorry
Helmut
by helmut
Sun Aug 03, 2003 12:01 pm
Forum: JFreeChart
Topic: PaintTable missing in JFreeChart 0.9.10
Replies: 2
Views: 4567

PaintTable missing in JFreeChart 0.9.10

Hi, After migrating from 0.9.8 to 0.9.10 I am getting the following error: java.lang.NoClassDefFoundError: org/jfree/chart/renderer/PaintTable at org.jfree.chart.renderer.AbstractRenderer.<init>(Unknown Source) at org.jfree.chart.renderer.AbstractXYItemRenderer.<init>(Unknown Source) at org.jfree.ch...