archlinux-java: fix documentation link, update page (#10433)

pull/23/head
Lena 2023-06-30 07:45:11 +02:00 committed by GitHub
parent 462bbb0ec1
commit 2e7e1894ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# archlinux-java
> Ein Helfer Script das Funktionen für Java-Umgebungen bereitstellt.
> Weitere Informationen: <https://github.com/michaellass/archlinux-java-run>.
> Weitere Informationen: <https://wiki.archlinux.org/title/Java#Switching_between_JVM>.
- Liste installierte Java-Umgebungen:

View File

@ -1,7 +1,7 @@
# archlinux-java
> 提供 Java 环境设置功能的一个帮助脚本。
> 更多信息:<https://github.com/michaellass/archlinux-java-run>.
> 更多信息:<https://wiki.archlinux.org/title/Java#Switching_between_JVM>.
- 列出已安装的 Java 环境:

View File

@ -1,12 +1,16 @@
# archlinux-java
> A helper script that provides functionalities for Java environments.
> More information: <https://github.com/michaellass/archlinux-java-run>.
> Switch between installed Java environments.
> More information: <https://wiki.archlinux.org/title/Java#Switching_between_JVM>.
- List installed Java environments:
`archlinux-java status`
- Return the short name of the current default Java environment:
`archlinux-java get`
- Set the default Java environment:
`archlinux-java set {{java_environment}}`
@ -15,6 +19,6 @@
`archlinux-java unset`
- Set the default Java environment automatically:
- Fix an invalid/broken default Java environment configuration:
`archlinux-java fix`