1
0
Fork 0
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:
J053Fabi0 2017-12-30 11:32:10 -07:00
parent e25d33fcac
commit b172d97667

View file

@ -13,3 +13,6 @@
- Display JDK, JRE and HotSpot versions:
`java -version`
- Custom input and output files. Preferably .txt files
`java {{classname}} <{{inputfile}}> outputfile`