My internet connection is by proxy. Does OpenJUMP automatically recognize proxy connections?
Sounds like you need a way to specify your proxy server. Turns out there’s a way to do this without modifying the Java code (as long as you don’t need to specify a username and password). Simply edit your startup script as follows: replace “start javaw” with something like: start java -DproxySet=true -DproxyHost=myProxyServer.com -DproxyPort=80 (Unix users will have “java” rather than “start javaw”). More details at http://www.rgagnon.com/javadetails/java-0085.
Related Questions
- Does the Java Plug-in Software automatically recognize and use the proxy server configuration that the browser was using?
- Does Java Plug-in Software automatically recognize and use the proxy server configuration that the browser was using?
- My internet connection is by proxy. Does OpenJUMP automatically recognize proxy connections?