Try a forum-search on RCP or SWT.
There are topics with (minimal) source examples.
HTH,
scar
Search found 8 matches
- Fri Aug 17, 2007 6:18 am
- Forum: JFreeChart
- Topic: Problems with SWT
- Replies: 1
- Views: 3155
- Thu Jul 05, 2007 8:29 am
- Forum: JFreeChart
- Topic: Help me..
- Replies: 2
- Views: 3498
- Mon Jun 18, 2007 2:18 pm
- Forum: JFreeChart
- Topic: JRE 1.3.1 Support - Needed?
- Replies: 12
- Views: 17043
- Wed Apr 25, 2007 1:53 pm
- Forum: JFreeChart
- Topic: Problem java.lang.NoSuchMethodError
- Replies: 8
- Views: 10364
Maybe the 'Classpath Helper" plugin http://classpathhelper.sourceforge.net is usefullBrice2407 wrote:How can I check that?
- 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...
- 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 ...
- 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...
- 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
Are you sure that the Jfreechart-jar is added to the plugin.xml ?matthew.bain wrote: Any ideas?
I (vaguely) remember a simular error, and this was solved after i added jfreechart to the plugin.xml.
HTH,
- scar -