archlinux-java: add page (#4889)

translation-badges
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
1 changed files with 20 additions and 0 deletions

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`