i-net Clear Reports

RDC Readme - i-net Clear Reports Runtime Design Component (RDC)

The files in the directory “samples/rdc” are code samples that shows you the usage of the i-net Clear Reports - Runtime Design Component (RDC). For more information about the samples please refer to the specific java file and also to the RDC documentation.

You can run the samples in three steps:

Compile the files EngineCreator.java and RDCSample.java

  1. One of the following on Windows:
    C:\ClearReports> javac -classpath .;./core/ClearReports.jar samples/rdc/EngineCreator.java samples/rdc/RDCSample.java
  2. One of the following on Unix:
    /usr/local/ClearReports$ javac -classpath .:./core/ClearReports.jar samples/rdc/EngineCreator.java samples/rdc/RDCSample.java

Compile a sample:

  1. On Windows:
    C:\ClearReports> javac -classpath .;./core/ClearReports.jar samples/rdc/ChartSample.java
  2. On Unix:
    /usr/local/ClearReports$ javac -classpath .:./core/ClearReports.jar samples/rdc/ChartSample.java

Start the sample

  1. On Windows:
    C:\ClearReports> java -cp .;./core/ClearReports.jar samples/rdc/ChartSample
  2. On Unix:
    /usr/local/ClearReports$ java -cp .:./core/ClearReports.jar samples/rdc/ChartSample

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to clearreports@inetsoftware.de.

 

© Copyright 1996 - 2012, i-net software; All Rights Reserved.