net.i2p.router
Class RouterLaunch

java.lang.Object
  extended by net.i2p.router.RouterLaunch

public class RouterLaunch
extends Object

This is the class called by the runplain.sh script on linux and the i2p.exe launcher on Windows. (i.e. no wrapper) Setup of wrapper.log file is moved to WorkingDir.java Until WorkingDir is called, the existing stdout / stderr will be used.


Constructor Summary
RouterLaunch()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouterLaunch

public RouterLaunch()
Method Detail

main

public static void main(String[] args)