...
Install Dependencies within WSL
Java
https://openjdk.org/install/ sudo apt update
sudo apt upgrade
Depending on your version of Ubuntu, you may be able to install OpenJDK 17 JDE and JRE using the following command. This is only applicable if these packages are available in your distribution:
Codeblock |
---|
sudo apt install openjdk-17-jre |
Codeblock |
---|
sudo apt install openjdk-17-jdk |
Git, Gradle, Maven, Groovy
...