Skip to content

magsilva/jabuti

Repository files navigation

JaBUTi 1.1

Requirements

Building

The easiest way to do it is using Maven, a platform-independent Java-based build tool, by Apache Foundation. You can get it from http://maven.apache.org.

As JaBUTi should be compiled as Java 5 application, you must install the Java 1.5 SDK and configure the path for it in the file toolchains.org.

To build Jabuti, at the prompt type:

mvn --global-toolchains toolchains.xml install

This will build the software within the directory target. You will find JaBUTi ready to run in target/JaBUTi.

Running

  • cd target/JaBUTi/
  • java -jar JaBUTi.jar

How to use JaBUTi