Fabian Prasser efda3ab95c Merge branch 'master' into highdimensional | пре 9 година | |
---|---|---|
.. | ||
README.html | пре 9 година | |
org.swtchart.ext_0.8.0.v20120301.jar | пре 9 година | |
org.swtchart_0.8.0.v20120301.jar | пре 9 година |
SWTChart is a chart component distributed under Eclipse Public License v1.0.
org.swtchart_0.8.0/plugins/org.swtchart_0.8.0.v20120301.jar | - SWTChart |
org.swtchart_0.8.0/EXAMPLES/org.swtchart.examples/* | - SWTChart examples (Eclipse Java Project) |
Put the jar file org.swtchart_0.8.0.v20120301.jar
at eclipse plug-ins directory.
Add the jar file org.swtchart_0.8.0.v20120301.jar
to classpath.
1. Import the project org.swtchart.examples
into workspace.
2. Put the required jar files under the imported project as below.
org.swtchart.examples/lib/org.swtchart_0.8.0.v20120301.jar
org.swtchart.examples/lib/swt.jar
3. Configure the run configuration for Java application with main class *Example
or RunAllExamples
, and run it.
SWTChart Extension is an extension of SWTChart, which is distributed under Eclipse Public License v1.0.
org.swtchart_0.8.0/plugins/org.swtchart.ext_0.8.0.v20120301.jar | - SWTChart Extension |
org.swtchart_0.8.0/EXAMPLES/org.swtchart.examples.ext/* | - SWTChart Extension examples (Eclipse Plug-in Project) |
Please note that SWTChart Extension requires not only SWT but also JFace.
Put the jar file org.swtchart_0.8.0.v20120301.jar
at eclipse plug-ins directory.
1. Import the project org.swtchart.examples.ext
into workspace.
2. Configure the run configuration for eclipse application, and run it.
3. Open a view 'SWT Chart Sample View' on eclipse runtime workbench.