How do I see the javadocs for the jars? I am using Eclipse and have set the JavaDoc in archive setting but am not sure what to put in the archive path & path within archive settings. When I select Shift-F2, I get an IE that is blank.
Did you following the directions in the manual, reprinted below:
To add the QCChart2D Javadoc documentation to the project: right click on the qcchart2djava.jar node and select Properties then Javadoc Location. Select the Javadoc in Archive radio button, and browse to qcchart2djava.jar file as the Archive Path, then select doc as the Path within Archive. From that point on Eclipse F1 and Shift-F2 help should be available on the qcchart2djava classes. Repeat the process for the qcspcchartjava.jar library file.
Verify that the jar files you are referencing are the ones in the quinn-curtis\java\lib folder (which have the javadoc files, and are several megabytes in size) and NOT the ones in the quinn-curtis\RedistributableFiles folder (which do NOT have the javadoc files, and are 150K-500K is size).