Generate Class Files at the 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 -core generateClass [-h] -p studioProjectDir [-n studioProjectName] -o outputPath [-x {true | false}] [-lc] [-pl projectLibraryFilePath] [-cp extendedClasspath]
For example:
studio-tools -core generateClass -p D:\Workspace\FraudDetection -o c:\temp -x true -cp c:\tibco\be\<version>\lib\myjar.jar
You see a success message if the files were generated successfully.