Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Java application issue in displaying web page. Please help

  • 09-03-2011 11:35AM
    #1
    Registered Users, Registered Users 2 Posts: 40


    Hello All,
    I am trying to display a web page in a java swing application using JEditorPane. and it works fine. Last day I tested this application in a machine connected to college network in Dublin and in that network the web page is not displaying. I can browse the web page using browser(IE,Mozilla etc) with out any problem.
    any one know why this is happening and how to resolve? ping is not working in that network. Please help. really need a solution.
    Tagged:


Comments

  • Registered Users, Registered Users 2, Paid Member Posts: 2,032 ✭✭✭lynchie


    Hello All,
    I am trying to display a web page in a java swing application using JEditorPane. and it works fine. Last day I tested this application in a machine connected to college network in Dublin and in that network the web page is not displaying. I can browse the web page using browser(IE,Mozilla etc) with out any problem.
    any one know why this is happening and how to resolve? ping is not working in that network. Please help. really need a solution.

    College is probably using a proxy so you need to configure you application to use a proxy too if you want it to work on the college network.


  • Registered Users, Registered Users 2 Posts: 40 team eGlobe


    thanks lynchie for your reply. I also thught it might be issue with proxy. and I tried to print proxy server and port. but no proxy in that network its DIRECT. Is it possible firewall block this? what I am thinking now is call default browser in application.any thoughts welcome


Advertisement