mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:26:02 +02:00
update java
updated
This commit is contained in:
parent
ccd20f1f3f
commit
4970b6aa05
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
|||
# java
|
||||
|
||||
> Java Application Launcher.
|
||||
> More information: <https://java.com>.
|
||||
> Więcej informacji: <https://java.com>.
|
||||
|
||||
- Execute a java .class file that contains a main method by using just the class name:
|
||||
- Uruchom plik .class java, który zawiera główną metodę, używając tylko nazwy klasy:
|
||||
|
||||
`java {{classname}}`
|
||||
|
||||
- Execute a .jar program:
|
||||
- Uruchom program .jar:
|
||||
|
||||
`java -jar {{filename.jar}}`
|
||||
|
||||
- Display JDK, JRE and HotSpot versions:
|
||||
- Wyświetl wersje JDK, JRE i HotSpot:
|
||||
|
||||
`java -version`
|
||||
|
||||
- Display usage information for the java command:
|
||||
- Wyświetl informacje o użyciu polecenia java:
|
||||
|
||||
`java -help`
|
||||
|
|
Loading…
Add table
Reference in a new issue