mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
update java
updated
This commit is contained in:
parent
8c6141ea8d
commit
b62e3f2f08
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
- Uruchom plik .class java, który zawiera główną metodę, używając tylko nazwy klasy:
|
||||
|
||||
`java {{classname}}`
|
||||
`java {{nazwaklasy}}`
|
||||
|
||||
- Uruchom program .jar:
|
||||
|
||||
`java -jar {{filename.jar}}`
|
||||
`java -jar {{nazwapliku.jar}}`
|
||||
|
||||
- Wyświetl wersje JDK, JRE i HotSpot:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue