Java Modules

A version of Jep split into Java Modules is available together with the standard packages. It is suitable for use with Java 9 or above, especially the Java 11 long term support version.

Code for the modulized version is identical to the standard Jep and stored in the modules directory.

Three modules are provided for the standard Jep and three more for the Extensions release.

The modules directory contains:

When using module aware java tools put modules/src in the module-source-path and either modules/bin or modules/jars in the module-path. A typical command to run the Console application would be

java --module-path modules/build  --module com.singularsys.jepexamples/com.singularsys.jepexamples.consoles.Console