Update 'Installation Java 8 JDK & Jetty 9'
parent
42e22c7ddd
commit
bd25605916
|
@ -18,7 +18,7 @@ sudo update-alternatives --config java
|
|||
|
||||
`sudo update-java-alternatives --list` \
|
||||
oder auch: \
|
||||
`java -version` \
|
||||
`java -version`
|
||||
|
||||
Output:
|
||||
temurin-8-jdk-amd64 1081 /usr/lib/jvm/temurin-8-jdk-amd64
|
||||
|
@ -32,7 +32,7 @@ temurin-8-jdk-amd64 1081 /usr/lib/jvm/temurin-8-jdk-amd64
|
|||
|
||||
### Jetty9 downloaden:
|
||||
`cd /tmp` \
|
||||
```wget https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.46.v20220331/jetty-distribution-9.4.46.v20220331.tar.gz``` \
|
||||
```wget https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.46.v20220331/jetty-distribution-9.4.46.v20220331.tar.gz```
|
||||
|
||||
### Jetty 9 ins Verzeichnis opt/jetty entpacken:
|
||||
`sudo tar xzvf jetty-distribution-9.4.46.v20220331.tar.gz -C /opt/jetty --strip-components=1` \
|
||||
|
|
Loading…
Reference in New Issue
Block a user