mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-07 19:41:41 +00:00
b0a1b3b5ca
dont use javaw, since its a bitch to kill multiple jvms (yeah, this leaves a dos box. we'll deal until we've got the shutdown admin control)
8 lines
434 B
Plaintext
8 lines
434 B
Plaintext
@echo off
|
|
title I2P Router
|
|
cd ##_scripts_installdir##
|
|
|
|
REM the -XX args are workarounds for bugs in java 1.4.2's garbage collector
|
|
|
|
java -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
|