mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:55:24 +02:00
idk how to name this one xD
This commit is contained in:
parent
290b6268a6
commit
da8ac599a1
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@
|
|||
|
||||
`java {{classname}}`
|
||||
|
||||
- Custom input and output files. Preferably .txt files. This is useful when you don’t want to input from keyboard every time you run your class. Outputs from `System.out.println();` are saved in the output file:
|
||||
|
||||
`java {{classname}} <{{path/to/inputfile}}> {{path/to/outputfile}}`
|
||||
|
||||
- Execute a .jar program:
|
||||
|
||||
`java -jar {{filename.jar}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue