JReport Designer launch files

You can find a set of utilities in the directory <install_root>\bin. All of these batch files (Windows)/script files (Unix) can be edited to suit different circumstances. However, you need to make sure of their functions before doing this. In addition, the information in this topic is current at the time of release, however, due to changes that take place during the release cycle it may no longer be valid. The most current information can be found in the Readme.html file with each version in the path <install_root>.

CatDr.bat/CatDr.sh

This tool is for starting the Catalog Doctor in order to make changes to the catalog.

Usage

java <-Dreporthome=reporthome> jet.builder.JReport [-options] [reportfile]

Options

DJReport.bat/DJReport.sh

This tool is for starting JReport Designer in logging mode. In case of problems, you are requested to launch JReport Designer with this batch file/script file in order to track detailed log information. Running this batch file/script file generates log file in the <install_root>\logs directory.

Usage

java <-Dreporthome=reporthome> com.jinfonet.designer.JReport [-options][reportfile]

Options

EConvert.bat/EConvert.sh

This tool is for removing the evaluation mark from reports. If you have purchased the JReport product and is successful in running JReport Designer with the new key, but the evaluation watermarks are still left, you will need to run this batch file to remove the evaluation watermarks. Run the batch file with the report names to be converted with the full path as parameter.

Usage

java -Dreporthome=<drive>:<path> jet.report.EvlConverter
[[drive:][path][filename] +]
[drive:][path][filename]

Econvert.bat [ReportName.cls]

Example: Econvert.bat C:\JReport\Designer\Demo\Reports\TutorialReports\*.cls

jrenv.bat/jrenv.sh

This tool is for generating the report environment file report.env in the current directory. This file can help the Jinfonet support staff assist you when you run into problems.

JReport.bat/JReport.sh

This tool is for starting JReport Designer.

Usage

java <-Dreporthome=reporthome> com.jinfonet.designer.JReport [-options][reportfile]

Options

Note: You may need to set an appropriate -Dfile.encoding option in the file to start JReport Designer in order to view characters correctly.

JRTutorial.bat/JRTutorial.sh

This tool is for running this batch file to display the tutorial help.

ModelWizard.bat/ModelWizard.sh

This tool is for importing ObjectDataSource.

Usage

java com.jinfonet.jdbc.model.wizard.ModelWizard [-options]

Options

NJReport.bat/NJReport.sh

This tool is for starting JReport Designer without the command window.

Usage

java <-Dreporthome=reporthome> com.jinfonet.designer.JReport [-options][reportfile]

Options

Note: You may need to set an appropriate -Dfile.encoding option in the file to start JReport Designer in order to view characters correctly.

PropConvert.bat/PropConvert.sh

This tool is for converting property values. Running this batch file will display a window from which you can modify many properties of a selected report file. This is most useful when you want to modify several properties using the same value at the same time. For example, if a Label and several DBFields share the same background of blue, and now you want to change them all to transparent, you can simply use this tool.

rp.bat/rp.sh

This tool is for replacing user ID and license key.

Usage

rp UID Key

rptconv.bat/rptconv.sh

This tool is for converting old report schema to be current version.

Usage

rptconv "-source=source_path" ["-target=destination_path"] [-r] [-s]

Options

Examples

Notes:

setenv.bat/setenv.sh

This tool is for generating the report environment variables before starting JReport Designer.