Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6915121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:26:06+00:00 2026-05-27T09:26:06+00:00

I have created a Java desktop application. One of its buttons checks updates by

  • 0

I have created a Java desktop application. One of its buttons checks updates by connecting to my website and checking some files.

One of the application users cannot check the updates, as he gets “Connection error”. He said that he connects to my website through a proxy server. I am not professional in Networking, so could this be the reason of the connection failure ?

Here is the code i use to connect from the program to the website :

URL url = new URL( "www.mywebsite.com" ) );
URLConnection conn = (URLConnection) url.openConnection();
conn.setConnectTimeout( 20000 );
conn.setDoOutput( true );
conn.setDoInput( true );
conn.connect();
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T09:26:07+00:00Added an answer on May 27, 2026 at 9:26 am

    The proxy is probably interfering. If possible, get the proxy details from the user, and pass them via the command line:

    java -Dhttp.proxyHost=proxy.domain.com -Dhttp.proxyPort=8080 -Dhttp.noProxyHosts="localhost|host.mydomain.com" MainClass
    

    Alternatively, you can prompt the user in the program, and then set the required values through System.setProperty:

    System.setProperty("http.proxyHost", "proxy.mydomain.com");
    System.setPropery("http.proxyPort", "8080");
    

    Edit: Here’s a complete guide: http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a Java desktop application and I want to run it from
I have created an desktop application in Netbeans 7.0 and i have the files,
I have a Java Desktop Application project created with NetBeans. The icon that is
Say I have created a desktop application in Java to keep notes. I used
I have created a Java desktop application, and have decided to turn it into
I have created a java application for Debian Linux. Now I want that that
I have created a java application and packed it into a jar file on
Hi I have created a java application. I found there is an application menu
I have created a sample java socket application. I used Socket s = new
I have created a fairly substantial Java GUI application with many form windows where

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.