Skip to content

Installing

Alexey O. Shigarov edited this page Dec 15, 2019 · 12 revisions

System Requirements

Download and install Java SE Development Kit 8 or more.

You can also use OpenJDK 8 or more.

Note that TabbyXL uses Java compiler included in JDK to compile Java code automatically generated from CRL rules with CRL2J option. This requires to use JDK, not JRE. However, JRE is enough to run TabbyXL with Drools-DSL, Drools, or Jess option. In that case, you can use Java SE Runtime Environment 8 or more.

Install from Binaries

Download and unpack tabbyxl-1.1.0.zip into your directory.

Install from the Source Code

You can build TabbyXL-1.1.0-jar-with-dependencies.jar (the required executable JAR file with dependencies) from the source code (read the instruction on building with Apache Maven).