mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
619 B
Plaintext
30 lines
619 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# archlinux-java
|
|
|
|
> 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}}`
|
|
|
|
- Unset the default Java environment:
|
|
|
|
`archlinux-java unset`
|
|
|
|
- Fix an invalid/broken default Java environment configuration:
|
|
|
|
`archlinux-java fix`
|