microsoft / vscode-remote-try-java

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

Java home location not found #3

Closed andrew-w-ross closed 5 years ago

andrew-w-ross commented 5 years ago

When trying out the project vscode java extension complains that the java.home folder is not available at /docker-java-home. Changed the location to /usr/local/openjdk-8 and rebuilt the container and it worked.

Chuxel commented 5 years ago

We did not report back, but the base image did in fact change its location, so we added a way to prevent this from happening in the future. Let us know if you are still seeing an issue.