amino-os / Amino.Run

Amino Distributed OS - Runtime Manager
Apache License 2.0
29 stars 12 forks source link

[MultiLang] Support use of JDK in addition to GraalVM. #751

Open sungwook-moon opened 5 years ago

sungwook-moon commented 5 years ago

GraalVM enforces the use of JDK 1.8.

For the scenarios where reference to a specific version of JDK is necessary (and multi-Lang support is unnecessary), there should be a documentation of how to do it or easy configuration change that can make it happen.

This will enable enforcing JDK 1.6 compatibility as well (issue #676).