@echo ${run.windows.batch.echo} @rem Windows batch file to run Java program: ${ant.project.name} @rem Generated by ${ant.include.name} ${ant.include.version} @rem java -classpath "${run.classpath}" ${run.mainclass} ${run.args} #!${run.unix.script.shell} # Unix script to run Java program: ${ant.project.name} # Generated by ${ant.include.name} ${ant.include.version} # java -classpath "${run.classpath}" ${run.mainclass} ${run.args}