apache/airavata-mft

Verifying java runtime before starting the MFT through CLI

Closed this issue · 1 comments

Currently mft init assumes that the correct java runtime was installed on the host machine but there might be cases where there are 2 java versions and MFT ends up picking the wrong version. Example: #93 (comment). It is better to verify this at the very early stage of init operation and fail fast if the environment is not compatible.

Fixed in #105