Search found 8 matches

by scar
Fri Aug 17, 2007 6:18 am
Forum: JFreeChart
Topic: Problems with SWT
Replies: 1
Views: 3155

Try a forum-search on RCP or SWT.

There are topics with (minimal) source examples.

HTH,
scar
by scar
Thu Jul 05, 2007 8:29 am
Forum: JFreeChart
Topic: Help me..
Replies: 2
Views: 3498

or if you don't like Microsoft :( products:

1) collect data
2) launch Open Office Calc
3) input data in Open Office Calc
4) read the Calc manual on how to create charts from data
5) use the knowledge gained to create the chart.


HTH
by scar
Mon Jun 18, 2007 2:18 pm
Forum: JFreeChart
Topic: JRE 1.3.1 Support - Needed?
Replies: 12
Views: 17043

No objections, drop the 1.3.1 support.
by scar
Wed Apr 25, 2007 1:53 pm
Forum: JFreeChart
Topic: Problem java.lang.NoSuchMethodError
Replies: 8
Views: 10364

Brice2407 wrote:How can I check that?
Maybe the 'Classpath Helper" plugin http://classpathhelper.sourceforge.net is usefull
by scar
Thu Apr 05, 2007 8:00 am
Forum: JFreeChart
Topic: Eclipse Java, Reporting with JFreeChart
Replies: 2
Views: 5469

Re: Eclipse Java, Reporting with JFreeChart

Do I need to import it? Do I need a plugin? Can someone give me a step by step walkthrough of what I need to do. Have a look at http://www.jfree.org/phpBB2/viewtopic.php?t=20666 http://www.jfree.org/phpBB2/viewtopic.php?t=19321 http://www.jfree.org/phpBB2/viewtopic.php?t=4693& or try a seach for 'R...
by scar
Thu Mar 29, 2007 6:58 am
Forum: JFreeChart
Topic: Help!how to install JFreechart on the eclipse environment
Replies: 2
Views: 28154

1. place jfreechart jars somewhere on your hard drive (i placed mine in C:\Eclipse\ext_libraries) 2. Open Eclipse. . . . 9. Repeat 6-8 for jfreechart-1.0.x.jar and jfreechart-1.0.x-experimental.jar (if you want to use the experimental features) The above steps are basic steps to eclipse. In step 9 ...
by scar
Thu Mar 22, 2007 7:42 am
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError in eclipse RCP
Replies: 11
Views: 33301

I've used nearly the same code in a small RCP-application (just 1 PDE-project, no dependencies on other non-eclipse plugins) for testing purposes. Here's my code and configuration: package chartdemo.barchart; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.ui...
by scar
Wed Mar 21, 2007 12:54 pm
Forum: JFreeChart
Topic: java.lang.NoClassDefFoundError in eclipse RCP
Replies: 11
Views: 33301

Re: java.lang.NoClassDefFoundError in eclipse RCP

matthew.bain wrote: Any ideas?
Are you sure that the Jfreechart-jar is added to the plugin.xml ?

I (vaguely) remember a simular error, and this was solved after i added jfreechart to the plugin.xml.

HTH,
- scar -