Package net.i2p.installer
Class FixWinPaths
java.lang.Object
net.i2p.installer.FixWinPaths
public class FixWinPaths extends Object
This class is used by the installer in Windows to process the wrapper.config
file. It
- rewrites the applicable wrapper config options to point to
%LOCALAPPDATA%\I2P
- corrects the paths, rewriting
/
to\
Usage: FixWinPaths [WrapperConfigFile]
- Since:
- 0.9.5
-
Constructor Summary
Constructors Constructor Description FixWinPaths()
-
Method Summary
-
Constructor Details
-
FixWinPaths
public FixWinPaths()
-
-
Method Details