vitruv-tools / Vitruv-Domains-ComponentBasedSystems

Vitruv domains for component-based systems
Eclipse Public License 1.0
1 stars 7 forks source link

Add local Java 8 standard library and make JaMoPP resolve it #48

Closed HeikoKlare closed 4 years ago

HeikoKlare commented 4 years ago

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.

HeikoKlare commented 4 years ago

Forgot to update master branch before creating patch. See #49.