mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
archlinux-java: fix documentation link, update page (#10433)
This commit is contained in:
parent
462bbb0ec1
commit
2e7e1894ee
3 changed files with 9 additions and 5 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# archlinux-java
|
||||
|
||||
> 提供 Java 环境设置功能的一个帮助脚本。
|
||||
> 更多信息:<https://github.com/michaellass/archlinux-java-run>.
|
||||
> 更多信息:<https://wiki.archlinux.org/title/Java#Switching_between_JVM>.
|
||||
|
||||
- 列出已安装的 Java 环境:
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue