The installation of JetChart consists of decompressing the JetChart.zip file in a directory of choice and then adding the required jar files to the system classpath. JetChart is compatible with Java 1.1 and newer versions, and runs fine with browsers supporting this Java platform.
After decompression of the JetChart.zip file, the required jar files can be found at the JetChart/lib folder.
There are versions to be used with applications developed with heavyweight(AWT only) and lightweight(Swing) components. The
heavyweight compatible files are found in the JetChart/lib/AWT folder and the Swing files are in JetChart/lib/Swing.
The Swing compatible files are prefixed with an 's' letter to differentiate them from the AWT version.
Add one of these sets of jar files to your system classpath before starting to run the applications demo or
developing your own applications.
Do not try adding both AWT and Swing jar files to the system classpath, or
unexpected results may arise when developing and running your applications.
The applets source codes are available to all registered users. It can be found in the folder JetChart/source/applets. JetChart source code is only available to users who have registered both the binary and source codes. Instructions on how to compile the applets source codes and regenerate the entire library can be found here.