README.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <head>
  4. <title>README</title>
  5. </head>
  6. <body>
  7. <h2>SWTChart</h2>
  8. <i>version 0.8.0</i>
  9. <p>
  10. SWTChart is a chart component distributed under Eclipse Public License v1.0.
  11. </p>
  12. <table>
  13. <tr>
  14. <td>
  15. <code>org.swtchart_0.8.0/plugins/org.swtchart_0.8.0.v20120301.jar</code>
  16. </td>
  17. <td>
  18. - SWTChart
  19. </td>
  20. </tr>
  21. <tr>
  22. <td>
  23. <code>org.swtchart_0.8.0/EXAMPLES/org.swtchart.examples/*</code>
  24. </td>
  25. <td>
  26. - SWTChart examples (Eclipse Java Project)
  27. </td>
  28. </tr>
  29. </table>
  30. <h4>How to use SWTChart as eclipse plug-in</h4>
  31. <p>
  32. Put the jar file <code>org.swtchart_0.8.0.v20120301.jar</code> at eclipse plug-ins directory.
  33. </p>
  34. <h4>How to use SWTChart for standalone Java applications</h4>
  35. <p>
  36. Add the jar file <code>org.swtchart_0.8.0.v20120301.jar</code> to classpath.
  37. </p>
  38. <h4>How to run SWTChart examples</h4>
  39. <p>
  40. 1. Import the project <code>org.swtchart.examples</code> into workspace.
  41. </p>
  42. <p>
  43. 2. Put the required jar files under the imported project as below.
  44. </p>
  45. <code>org.swtchart.examples/lib/org.swtchart_0.8.0.v20120301.jar</code>
  46. <br>
  47. <code>org.swtchart.examples/lib/swt.jar</code>
  48. <p>
  49. 3. Configure the run configuration for Java application with main class <code>*Example</code> or <code>RunAllExamples</code>, and run it.
  50. </p>
  51. <br>
  52. <h2>SWTChart Extension</h2>
  53. <i>version 0.8.0</i>
  54. <p>
  55. SWTChart Extension is an extension of SWTChart, which is distributed under Eclipse Public License v1.0.
  56. </p>
  57. <table>
  58. <tr>
  59. <td>
  60. <code>org.swtchart_0.8.0/plugins/org.swtchart.ext_0.8.0.v20120301.jar</code>
  61. </td>
  62. <td>
  63. - SWTChart Extension
  64. </td>
  65. </tr>
  66. <tr>
  67. <td>
  68. <code>org.swtchart_0.8.0/EXAMPLES/org.swtchart.examples.ext/*</code>
  69. </td>
  70. <td>
  71. - SWTChart Extension examples (Eclipse Plug-in Project)
  72. </td>
  73. </tr>
  74. </table>
  75. <p>
  76. Please note that SWTChart Extension requires not only SWT but also JFace.
  77. </p>
  78. <h4>How to use SWTChart Extension as eclipse plug-in</h4>
  79. <p>
  80. Put the jar file <code>org.swtchart_0.8.0.v20120301.jar</code> at eclipse plug-ins directory.
  81. </p>
  82. <h4>How to run SWTChart Extension examples</h4>
  83. <p>
  84. 1. Import the project <code>org.swtchart.examples.ext</code> into workspace.
  85. </p>
  86. <p>
  87. 2. Configure the run configuration for eclipse application, and run it.
  88. </p>
  89. <p>
  90. 3. Open a view 'SWT Chart Sample View' on eclipse runtime workbench.
  91. </p>
  92. </body>
  93. </html>