Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Not catching socketexceptions in Vista and Windows 7 only in XP

  1. #1
    Junior Member
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Not catching socketexceptions in Vista and Windows 7 only in XP

    I own an application that is malfunctioning; it is not catching socketexceptions in Windows Vista or 7, but in Windows XP it is working fine. Since it's a download-manager applet in Java it's quite frustrating because it is involved in making download-resume work! Wierd thing is I can find nothing on the internet that so it doesn't seem to be a general issue. Anyone of you ever heard of anything that could cause this?


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Not catching socketexceptions in Vista and Windows 7 only in XP

    What versions of java are installed on the two machines?

  3. #3
    Junior Member
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Not catching socketexceptions in Vista and Windows 7 only in XP

    6.26 for the Win 7 and Vista. Same behaviour in 6.10 in Vista. With 6.21 for XP it works, but in XP/2000 it has worked for years.

Similar Threads

  1. [SOLVED] Problems with Try/Catch Catching Wrong Exception
    By bgroenks96 in forum What's Wrong With My Code?
    Replies: 14
    Last Post: June 10th, 2011, 08:08 PM
  2. Quick question with throwing and catching an exception.
    By Andyandhisboard in forum What's Wrong With My Code?
    Replies: 6
    Last Post: May 12th, 2011, 10:24 PM
  3. [SOLVED] Handling Errors / calling Error-Catching Methods
    By movsesinator in forum Object Oriented Programming
    Replies: 4
    Last Post: April 6th, 2010, 05:35 AM
  4. Replies: 2
    Last Post: November 19th, 2009, 11:55 PM
  5. [SOLVED] Error "TitleChanger is abstract; cannot be instantiated"
    By Uzual in forum AWT / Java Swing
    Replies: 2
    Last Post: May 26th, 2009, 11:23 AM