mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 02:35:22 +02:00
<java>: page edit; add command
Custom input and output when compiling a class with the java command
This commit is contained in:
parent
e25d33fcac
commit
b172d97667
1 changed files with 3 additions and 0 deletions
|
@ -13,3 +13,6 @@
|
|||
- Display JDK, JRE and HotSpot versions:
|
||||
|
||||
`java -version`
|
||||
|
||||
- Custom input and output files. Preferably .txt files
|
||||
`java {{classname}} <{{inputfile}}> outputfile`
|
||||
|
|
Loading…
Add table
Reference in a new issue