File: run.bat

package info (click to toggle)
jericho-html 3.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,568 kB
  • sloc: java: 11,771; jsp: 185; xml: 130; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
@if "%1"=="" goto error
@call bat_lib\set_package_name
java -Xss1m -classpath classes;../../dist/%package_name%.jar -enableassertions -Djava.util.logging.config.file=logging.properties %*
@goto end
:error
@echo You must specify the name of a sample program to run on the command line
:end
@pause