* easy-to-enable proxy settings
This commit is contained in:
parent
8204d07434
commit
c739552c9a
|
@ -4,3 +4,7 @@
|
|||
|
||||
# memory settings
|
||||
-Xmx256m
|
||||
|
||||
# proxy settings
|
||||
# -Dhttp.proxyHost=localhost
|
||||
# -Dhttp.proxyPort=8888
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue