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 2 of 2

Thread: Issue with Java 6 Update 18 and WebApp

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Issue with Java 6 Update 18 and WebApp

    Hello,

    First, some background.

    We developed a Library Management System called Metamarc and use Java WebApp for the Circulation module.
    This has been running successfully since Java 1.3 and up to Java 6 Update 17.

    However, since Java 6 Update 18, the module does not work correctly, as illustrated in the attached document with screen captures of the correct operation with Java 6 Update 17 and the in-correct operation with Java 6 Update 18 and later.

    We have been trying some some time to get an answer to this problem, but the purchase of Sun by Oracle has not helped.

    We would be pleased to receive information on the changes in Java 6 Update 18 (and beyond) that could cause our WebApp to malfunction.

    Thank you for any assistance.

    John Acton
    Attached Files Attached Files


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Issue with Java 6 Update 18 and WebApp

    If you're trying to report or investigate a bug, the best way to do it is to boil it down to an SSCCE that demonstrates the problem in as few lines as possible. Every bug report contains one. Post it here and we can help you figure out what's going on, or we can point you to the official bug report site (where it may already have received a response).

    Out of curiosity, have you tried it with more recent updates, or even Java 7? Java 6u18 seems pretty old. I just checked, and my system is at 6u26.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Win 1000$ now [Java WebApp]
    By biz in forum Paid Java Projects
    Replies: 3
    Last Post: November 2nd, 2011, 11:05 AM
  2. java + mysql update
    By A4Andy in forum JDBC & Databases
    Replies: 6
    Last Post: August 26th, 2011, 09:04 PM
  3. mantaining sessions in WebApp
    By arvindbis in forum Java Servlet
    Replies: 0
    Last Post: August 25th, 2011, 12:58 PM
  4. [SOLVED] HELP ME! How to update quantity (JAVA)
    By kerrina in forum What's Wrong With My Code?
    Replies: 12
    Last Post: August 2nd, 2011, 03:27 AM
  5. Simple Webapp
    By xhunter in forum What's Wrong With My Code?
    Replies: 4
    Last Post: February 11th, 2011, 04:40 PM