@oracle/suitecloud-cli/src/services/EnvironmentInformationService.js:21
const javaVersionOutput = childProcess.stderr.toString(); //The output should be: java full version "11.1.0_201-b09"
^
TypeError: Cannot read property 'toString' of null
at EnvironmentInformationService.getInstalledJavaVersionString (/home/stalbert/node_modules/@oracle/suitecloud-cli/src/services/EnvironmentInformationService.js2149)
at SdkExecutor._checkIfJavaVersionIssue (/home/stalbert/node_modules/@oracle/suitecloud-cli/src/SdkExecutor.js14668)
at ChildProcess.<anonymous> (/home/stalbert/node_modules/@oracle/suitecloud-cli/src/SdkExecutor.js7635)