Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
arg.2=-Djava.net.useSystemProxies=true

 

 

If you have proxy settings different from LAN, you can explicitely define them in the .JPIF
All below listed settings are optional and only required, if it differs from the default setting. For example, it is possible to define only the proxyHost.

Before 2014.02 in the jpif file:

Code Block
..\jre
-Xmx1024m
-Dhttp.proxyHost=[proxyhostURL]
-Dhttp.proxyPort=[proxyPortNumber, default 80]
-Dhttp.proxyUser=[someUserName]
-Dhttp.proxyPassword=[somePassword]
-cp
....

Since 2014.02 in the ini file:

Code Block
arg.2=-Dhttp.proxyHost=[proxyhostURL]
arg.3=-Dhttp.proxyPort=[proxyPortNumber, default 80]
arg.4=-Dhttp.proxyUser=[someUserName]
arg.5=-Dhttp.proxyPassword=[somePassword]

See for all details on the JAVA options this link