Setting Up the JBuilder Environment for jAllora Tools

These instructions are for setting up Borland ® JBuilder™, versions 5, 6 and 7. If you are using any other version, contact HiT Software Technical Support, xml-support@hitsw.com.

  1. Copy the contents of the jAllora lib/jbuilder directory to <JBuilder_dir>/lib/ext.
  2. Edit the jallora bin/jdbc-config.xml file to add your JDBC driver(s) and connection URL(s).
  3. Open <JBuilder_dir>/lib/ext/jAlloraJBuilder.config in a text editor.
  4. Make sure that it contains the right paths to your jAllora installation.
  5. Add path information for the JDBC driver classes you will be using. For example:

    addpath C:\Drivers\sybase\JDBC.jar
    addpath C:\Drivers\Oracle\classes12.zip

    Optionally, remove comments for the following lines in the jAlloraJBuilder.config file to generate traces for both jAllora Mapper and jAllora engine activity.

    For jAllora Mapper and engine traces when working with the Mapper, uncomment:

    vmparam -Dcom.hitsw.mapper.debugLevel=1

    For jAllora engine traces (activated when running wizards you have created), uncomment and replace TRACE_FILE_NAME_AND_PATH:

    vmparam -Dcom.hitsw.xml.databinding.traceFlag=true
    vmparam -Dcom.hitsw.xml.databinding.traceStream=TRACE_FILE_NAME_AND_PATH

  6. Save jAlloraJBuilder.config.