@echo off @REM Copyright (c) 2008 Regiscope Digital Imaging Co., LLC All rights reserved. @REM set JAVA_HOME and JDBC_CLASSPATH variables here and remove the REM @REM For compiling only, path to where ANT is installed REM SET ANT_HOME= @REM The path to where the java installation is Rem SET JAVA_HOME= @REM the classpath, to include any jdbc jar files Rem SET JDBC_CLASSPATH="DBReplicator.jar" @REM The name of this host, as used by others to connect to it Rem SET SERVER_NAME= @REM The max memory for dbreplicator to use SET XMX="512m"