microsoft / vscode-remote-try-java

Java sample project for trying out Dev Containers
https://aka.ms/vscode-remote/containers/getting-started
MIT License
301 stars 433 forks source link

Fix "java.home" for VS online #8

Open jcansdale opened 4 years ago

jcansdale commented 4 years ago

At the moment VS online doesn't support Dockerfiles. The default image does however have Java installed.

If we change java.home to point at /usr/lib/jvm/default-java instead of /usr/lib/jvm/zulu-8-azure-amd64, this example will work with VS online which doesn't use the Dockerfile.