Browse Source

<java>: page edit; add command

Custom input and output when compiling a class with the java command
J053Fabi0 7 years ago
parent
commit
b172d97667
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/common/java.md

+ 3 - 0
pages/common/java.md

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