1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

archlinux-java: add page (#4889)

This commit is contained in:
Robby Renz 2020-11-01 08:24:45 -06:00 committed by GitHub
parent 9d7a215c41
commit 89778d8549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# archlinux-java
> A helper script that provides functionalities for Java environments.
> More information: <https://github.com/michaellass/archlinux-java-run>.
- List installed Java environments:
`archlinux-java status`
- Set the default Java environment:
`archlinux-java set {{java_environment}}`
- Unset the default Java environment:
`archlinux-java unset`
- Set the default Java environment automatically:
`archlinux-java fix`