Difference between revisions of "SmartGENERATOR 4.3.0"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "= Changes = * jar contains jdk8 class files * m2java usage allows specification of multiple in files at the same time * -encoding option can be used to specify input / output...")
 
Line 2: Line 2:
 
* jar contains jdk8 class files
 
* jar contains jdk8 class files
 
* m2java usage allows specification of multiple in files at the same time
 
* m2java usage allows specification of multiple in files at the same time
 +
<source lang='bash'>
 +
pan:m2release wf$java -jar m2java.jar
 +
usage: java -jar m2java.jar
 +
[files] { one or more input files }
 +
      [-outputPath=<outputPath>] {the path to the outputDirectory}
 +
</source>
 
* -encoding option can be used to specify input / output encoding
 
* -encoding option can be used to specify input / output encoding

Revision as of 13:27, 13 July 2018

Changes

  • jar contains jdk8 class files
  • m2java usage allows specification of multiple in files at the same time
pan:m2release wf$java -jar m2java.jar 
usage: java -jar m2java.jar
	[files] { one or more input files }
       [-outputPath=<outputPath>] {the path to the outputDirectory}
  • -encoding option can be used to specify input / output encoding