The Client API is installed with JReport Server. After installation, you will have the components in the archive file JRViewer.jar in
. In addition, the Client API is installed with the JReport Desktop Viewer in the archive file JREntViewer.jar in <server_install_root>
\lib<viewer_install_root>\lib
. Your application can reference either library.
Note: The Client API classes are stored in the archive file JRViewer.jar or JREntViewer.jar. You will need to set the CLASSPATH environment variable before you compile and run the program. Append the following string to your class path that starts the Client API:
<install_root>\lib\JRViewer.jar;<install_root>\lib\log4j-1.2.8.jar