run.bat

 

1. javaw运行

@echo off
start javaw -Xmx128m -Xms64m -jar testlog.jar
exit

 2.java运行

@echo off
java -jar ZeroToNegative.jar
exit

pause