README.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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.10.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.10.0/plugins/org.swtchart_0.10.0.v20160212.jar</code>
  16. </td>
  17. <td>
  18. - SWTChart
  19. </td>
  20. </tr>
  21. <tr>
  22. <td>
  23. <code>org.swtchart_0.10.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. The jar file <code>org.swtchart_0.10.0.v20160212.jar</code> can be used as Eclipse plug-in e.g. by placing it at <code>dropins</code> folder.
  33. </p>
  34. <h4>How to use SWTChart for standalone Java applications</h4>
  35. <p>
  36. Add the jar file <code>org.swtchart_0.10.0.v20160212.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 Eclipse workspace.
  41. </p>
  42. <p>
  43. 2. Copy the required jar files at following location in Eclipse workspace.
  44. </p>
  45. <code>org.swtchart.examples/lib/org.swtchart_0.10.0.v20160212.jar</code>
  46. <br>
  47. <code>org.swtchart.examples/lib/swt.jar</code>
  48. <p>
  49. 3. Run <code>*Example</code> or <code>RunAllExamples</code> as Java application.
  50. </p>
  51. <br>
  52. <h2>SWTChart Extension</h2>
  53. <i>version 0.10.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.10.0/plugins/org.swtchart.ext_0.10.0.v20160212.jar</code>
  61. </td>
  62. <td>
  63. - SWTChart Extension
  64. </td>
  65. </tr>
  66. <tr>
  67. <td>
  68. <code>org.swtchart_0.10.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. The jar file <code>org.swtchart_0.10.0.v20160212.jar</code> can be used as Eclipse plug-in e.g. by placing it at <code>dropins</code> folder.
  81. </p>
  82. <h4>How to run SWTChart Extension examples</h4>
  83. <p>
  84. 1. Copy the jar files <code>org.swtchart_0.10.0.v20160212.jar</code> and <code>org.swtchart.ext_0.10.0.v20160212.jar</code> at <code>dropins</code> folder.
  85. </p>
  86. <p>
  87. 2. Launch Eclipse, and import the project <code>org.swtchart.examples.ext</code> into Eclipse workspace.
  88. </p>
  89. <p>
  90. 3. Create a run configuration for Eclipse application, and start it.
  91. </p>
  92. <p>
  93. 4. Open a view 'SWT Chart Sample View' on Eclipse runtime workbench.
  94. </p>
  95. </body>
  96. </html>