Configuring Java compiler access to information

To make information available to the Java compiler on your system, configure the Java compiler access to support Service Java rules and other handcrafted Java code. This allows service activities to call the classes in external JAR files.

  1. In the header of Dev Studio, click Configure > System > Settings.
  2. Click the Compiler tab.
  3. Enter the Default Paths to support Service Java rules and other handcrafted Java code.
    Enter a list of jar files to add to the compile-time classpath for the compiler used to compile the generated Java.
    • For Windows systems, separate the Java classes with a semicolon.
    • For UNIX systems, separate the Java classes with a colon.
  4. Enter the Default Classes to support Service Java rules and other handcrafted Java code.
    Enter a list of Java classes to add to the compile-time classpath for the compiler used to compile the generated Java.
    • For Windows systems, separate the Java classes with a semicolon.
    • For UNIX systems, separate the Java classes with a colon.
  5. Click Submit to save these changes into the corresponding dynamic systems settings data instances.
To see the new values on the server, log out and log in again.