SWT support

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ryuujin
Posts: 1
Joined: Fri Feb 15, 2008 6:49 pm

SWT support

Post by ryuujin » Fri Feb 15, 2008 6:52 pm

I'm just starting out with JFreeChart and I'm trying to build the swt ver. but I'm get compilation errors. I think the problem is that I'm using an old ver. of SWT lib, so I was wonder what version of SWT libs are supported.

Also I just found a jfreechart-1.0.9-swt.jar in the lib dir, what ver and os ver of swt was used to compile that lib with? Or does it matter, and I can use those lib cross platform and be compatible with any swt ver.

Thanks,
Vinh

heprom
Posts: 91
Joined: Sat May 27, 2006 4:25 am
Location: Paris

Post by heprom » Sat Feb 16, 2008 9:37 am

to compile the swt code, you need version 3.2 of the SWT library.
The pre-compiled jar will work on any plateform supported by SWT but need to be linked with SWT>=3.2

Locked