Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My internet connection is by proxy. Does OpenJUMP automatically recognize proxy connections?

0
Posted

My internet connection is by proxy. Does OpenJUMP automatically recognize proxy connections?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123