Page MenuHomec4science

adapter-queries-to-qep.cmd
No OneTemporary

File Metadata

Created
Fri, Nov 1, 16:20

adapter-queries-to-qep.cmd

@echo off
set CONFIG_HOME=.
rem Set up the classpath
call %CONFIG_HOME%\setup-classpath.cmd
@set JVM_ARGS=-Xmx1024m -Xms128m
@java %JVM_ARGS% -Dlog4j.configuration=log4j.properties -classpath %CONFIG_CP% net.shrine.utilities.adapterqueriestoqep.AdapterQueriesToQep %*

Event Timeline