Shanedell commented on issue #386: URL: https://github.com/apache/daffodil-vscode/issues/386#issuecomment-1352470828
Looks like it is in fact trying to use java 8 by default. I took a look at these documents: - https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md - https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md - https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md - https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md Looking at these documents java 8 is the default on mac and windows but not linux. So, possibly Windows set java home as 11 properly but macos is having an issue with it? Or something with running the sbt command through yarn is causing issues, but I would expect that to happen on all 3 then. I tried it with macos-12, to see if it was only an issue with macos-11, but it got the same error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
