JaMoPP is not able to resolve the standard library using Java 9 and above. The library is not placed in the JRE folder anymore but provided in terms of modules.
As a minimal invasive adaption of JaMoPP, we add the Java 8 standard library to the Java domain project and make JaMoPP resolve that local library rather than scanning the classpath.
JaMoPP is not able to resolve the standard library using Java 9 and above. The library is not placed in the JRE folder anymore but provided in terms of modules. As a minimal invasive adaption of JaMoPP, we add the Java 8 standard library to the Java domain project and make JaMoPP resolve that local library rather than scanning the classpath.
This PR resolves issue #45.