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

Thread: Java WebApp not woring with JRE7 update 51.

  1. #1
    Member
    Join Date
    Mar 2011
    Posts
    114
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Java WebApp not woring with JRE7 update 51.

    As we are all aware, more security is provided with JRE7_51 and it blocks all the applets.
    Solutions from google are
    1. Reduce the secutity level
    2. Add the url in exception list
    3. Sign all the jars.

    Though i did all the 3 steps mentioned above, my app is not coming up yet.
    Any suggestions would be of great help.


  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: Java WebApp not woring with JRE7 update 51.

    What error are you getting?
    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!

  3. #3
    Member
    Join Date
    Mar 2011
    Posts
    114
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Re: Java WebApp not woring with JRE7 update 51.

    There is no error. The login page doesn't show up after entering url in the browser.

  4. #4
    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: Java WebApp not woring with JRE7 update 51.

    What login page? Is it a Java applet? Something else? What displays in your Java console?
    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!

  5. #5
    Member
    Join Date
    Mar 2011
    Posts
    114
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Re: Java WebApp not woring with JRE7 update 51.

    Yes, it is a java applet. Login page is entry point to get in to the app.

Similar Threads

  1. Issue with Java WebApp
    By jpa in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 6th, 2012, 09:03 PM
  2. Almost woring bot!
    By iceman in forum What's Wrong With My Code?
    Replies: 15
    Last Post: September 12th, 2012, 05:18 PM
  3. Win 1000$ now [Java WebApp]
    By biz in forum Paid Java Projects
    Replies: 3
    Last Post: November 2nd, 2011, 11:05 AM
  4. Issue with Java 6 Update 18 and WebApp
    By jpa in forum Java Theory & Questions
    Replies: 1
    Last Post: October 12th, 2011, 07:23 AM
  5. Simple Webapp
    By xhunter in forum What's Wrong With My Code?
    Replies: 4
    Last Post: February 11th, 2011, 04:40 PM

Tags for this Thread