Page MenuHomec4science

jersey-http-client-tool.cmd
No OneTemporary

File Metadata

Created
Sat, Oct 12, 16:37

jersey-http-client-tool.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 -Djavax.net.debug=ssl:handshake -classpath %CONFIG_CP% net.shrine.utilities.jerseyhttpclienttool.JerseyHttpClientTool %*

Event Timeline