commit: 2024-12-05 09:46:07
This commit is contained in:
parent
77575d3cc3
commit
feb9c1b7d6
21
java.md
21
java.md
@ -12,3 +12,24 @@ https://askubuntu.com/questions/1421306/how-to-install-openjdk-18
|
|||||||
* wget the tar
|
* wget the tar
|
||||||
* unpack to /opt
|
* unpack to /opt
|
||||||
* set the bin folder in the JAVA_HOME ev
|
* set the bin folder in the JAVA_HOME ev
|
||||||
|
|
||||||
|
## 2024-12-05
|
||||||
|
|
||||||
|
install java and gradle with sdkman.
|
||||||
|
install sdkman:
|
||||||
|
```bash
|
||||||
|
curl -s "https://get.sdkman.io" | bash
|
||||||
|
source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
then install java:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sdk install java
|
||||||
|
```
|
||||||
|
|
||||||
|
then install gradle:
|
||||||
|
```bash
|
||||||
|
sdk install java
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user