1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:15:27 +02:00

java: add custom class command (#1850)

This commit is contained in:
Starbeamrainbowlabs 2017-12-31 20:04:34 +00:00 committed by GitHub
commit f88a1894a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
- Execute a java .class file that contains a main method by using just the class name:
`java {{filename}}`
`java {{classname}}`
- Execute a .jar program: