2004-04-08 04:41:54 +00:00
|
|
|
@echo off
|
|
|
|
title I2P Router
|
|
|
|
cd ##_scripts_installdir##
|
|
|
|
|
|
|
|
REM the -XX args are workarounds for bugs in java 1.4.2's garbage collector
|
|
|
|
REM replace java with javaw if you don't want a window to pop up
|
|
|
|
|
2004-05-02 05:11:06 +00:00
|
|
|
javaw -cp lib\i2p.jar;lib\router.jar;lib\mstreaming.jar;lib\heartbeat.jar;lib\i2ptunnel.jar;lib\netmonitor.jar;lib\sam.jar;lib\timestamper.jar -Djava.library.path=. -DloggerFilenameOverride=logs\log-router-#.txt -XX:NewSize=4M -XX:MaxNewSize=8M -XX:PermSize=8M -XX:MaxPermSize=32M net.i2p.router.Router
|
2004-04-20 07:32:21 +00:00
|
|
|
echo Router started up, please see http://localhost:7655/
|