Setting the class path for Java SE

When you configure Rule Execution Server for Java™ SE, set the class path to the required set of JAR files for executing with Java SE. You can build or run your business rule applications in different ways. Follow the given procedure if you build your applications by using Ant scripts, or else adapt the example to your situation.

About this task

The executionserver.j2se.classpath property in the <ODM_InstallDir>/executionserver/lib/classpath-executionserver.xml file lists the various JAR files that are required for running Rule Execution Server on Java SE.

Procedure

  1. Set the executionserver.home property:
    <property name="executionserver.home" value="<InstallDir>/executionserver"/>
  2. Import the classpath-executionserver.xml file:
    <import file="${executionserver.home}/lib/classpath-executionserver.xml"/>
  3. Set the path for the executionserver.j2se.classpath property.

What to do next

You can use the Ant script to package the appropriate JAR files and build your application, or build you application in a different way.