Generating One Decision Table’s Class File at the Command Line
Without WebStudio, you can generate the decision table’s class file only using command line.
- Procedure
- Navigate to
BE_HOME
/studio/bin/
and open a command prompt. - Execute a command with the following format (all on one line) at a command prompt:
studio-tools -dt generateDTClass [-h] -d DTProjectPath -p studioProjectDir -o outputPath -e EARPath [-x {true | false}] [-pl projectLibraryFilePath] [-cp extendedClasspath]
For Example:
studio-tools -dt generateDTClass -d rules/myVRF/myimpl -p D:\Workspace\FraudDetection -o D:\Workspace\FraudDetection -e c:\temp -x true -cp c:\tibco\be \5.2\lib\myjar.jar
The following table provides detailed information about the options.
You see a success message if the files were generated successfully.