Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
=========
Hppw to save the generated class JAR files in a target folder, using studio-tools, ie, E:/Folder_for_all_classes/folder_for_project_A.
Environment:
===========
TIBCO BusinessEvents - 4.x, 5.x
OS - all
Resolution:
==========
To have the classes be saved in E:/Folder_for_all_classes/folder_for_project_A, do the following:
1). In studio-tools.tra:
java.property.be.codegen.rootDirectory folder_for_project_A
2). In command line:
-o E:/Folder_for_all_classes
Note when using "java.property.be.codegen.rootDirectory" you don't set the full path. Instead, you set only the folder name which by default is random. Together with the "-o" option you will have the generated classes saved in your desired place.