DAML Language Server failed to run java

Viewed 10

I'm trying to setup Visual Studio Code for DAML development on an M1 Mac Mini. I've installed the DAML SDK and installed the VS Code plug-in, but I'm getting this error:

damlc: ScenarioServiceException "Failed to run java: fd:23: hGetContents: invalid argument (invalid byte sequence)"
[Info  - 8:33:21 AM] Connection to server got closed. Server will restart.

I installed the Adoptium versions of OpenJDK as suggested by Digital Asset. That didn't seem to work.

1 Answers
Related