mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
java_home: add Spanish translation (#10432)
* java_home: add Spanish translation * Update java_home.md
This commit is contained in:
parent
18c236e1b0
commit
8c0fa5d8f7
1 changed files with 24 additions and 0 deletions
24
pages.es/osx/java_home.md
Normal file
24
pages.es/osx/java_home.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# java_home
|
||||
|
||||
> Devuelve un valor para $JAVA_HOME o ejecuta un comando usando esta variable.
|
||||
> Más información: <https://www.unix.com/man-page/osx/1/java_home>.
|
||||
|
||||
- Lista JVMs basadas en una versión específica:
|
||||
|
||||
`java_home --version {{1.5+}}`
|
||||
|
||||
- Lista JVMs basadas en una [arch]itectura específica:
|
||||
|
||||
`java_home --arch {{i386}}`
|
||||
|
||||
- Lista JVMs basadas en tareas específicas (por defecto `CommandLine`):
|
||||
|
||||
`java_home --datamodel {{Applets|WebStart|BundledApp|JNI|CommandLine}}`
|
||||
|
||||
- Lista JVMs en formato XML:
|
||||
|
||||
`java_home --xml`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`java_home --help`
|
Loading…
Add table
Reference in a new issue