Skip to content
stefhk3 edited this page May 23, 2020 · 4 revisions

Requirements for the javatools project are a Java Runtime Environment 11 or higher. For development, a JDK (11 or higher) and Maven for command line development, or Eclipse (Neon recommended) are needed.

This wiki contains some documentation for javatools. The topics currently are:

library

standalone programs in javatools

compliance checking of files

If the complete javatools project is checked out, maven can be used to build both sub-projects. Alternatively, the library part can be used separately (see the the library page). The application part depends on library.

Clone this wiki locally