* easy-to-enable proxy settings

This commit is contained in:
Reinhard Pointner 2012-03-17 18:54:44 +00:00
parent 8204d07434
commit c739552c9a
2 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,7 @@
# memory settings
-Xmx256m
# proxy settings
# -Dhttp.proxyHost=localhost
# -Dhttp.proxyPort=8888

View File

@ -10,6 +10,10 @@
-Djna.library.path="%EXEDIR%"
-Djava.library.path="%EXEDIR%"
# proxy settings
# -Dhttp.proxyHost=localhost
# -Dhttp.proxyPort=8888
# store preferences to text file
-Djava.util.prefs.PreferencesFactory=net.sourceforge.tuned.prefs.FilePreferencesFactory
-Dnet.sourceforge.tuned.prefs.file=prefs.properties