Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The same prerequisites that apply to Kiuwan Local Analyzer apply to Kiuwan Rule Developer, please check them out before continuing to the next section.

Info

Java 8 (64 bits) or above —either JDK or JRE— is required.

All in all, you will need two tools for rule development:

...

  1. Create a new Java project choosing File → New → Java Project...
    1. Choose a name for your project.
    2. Set the Java execution environment to JavaSE-1.8.
  2. Click Next. We will now configure the project libraries needed to create kiuwan rules.
    1. Go to the Libraries tab.
    2. Click the "Add external JARs..." button.
    3. Go to the folder where you installed Kiuwan Local Analyzer (AGENT_HOME) and click on the lib.engine subfolder.
    4. Choose the analyzer.jar and the spring.jar files.
    5. Once the jar files are added to the libraries, click on the analyzer.jar drop down icon so the jar configuration can be seen.
    6. Select the "Javadoc location" entry and click "Edit...".
    7. Click the "Javadoc in archive" and then the "External file" radio buttons.
    8. Click on the "Browse..." button and look for the AGENT_HOME/development/doc/javadoc/analyzer-javadoc.zip file and click the "Open" and then the "OK" buttons.
    9. Click the "Finish" button in the New Java Project wizard to end the project configuration.
  3. Once the project has been created, create a new folder called "definitions" under the new project. We will use this folder to store the rule definitions created by Kiuwan Rule Developer.

...