run.bat
1. javaw运行
@echo offstart javaw -Xmx128m -Xms64m -jar testlog.jarexit
2.java运行
@echo offjava -jar ZeroToNegative.jarexit
或
pause