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: Java Applet and Authetication

  1. #1
    Junior Member
    Join Date
    Jul 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java Applet and Authetication

    Hi

    I build a small test applet that I included in my web application. The applet is only used to get the Local Hostname where it's executed. The applet is signed runs in Java 1.7.u25

    When the web application is secured and requires username/password to login, the applet doesn't work and gives an error "Incompatible magic value 218774561 in class file ..." and when the web application is not secured the applet works fine. Any idea? Thanks


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Java Applet and Authetication

    Hi

    Please see the link: This Forum is for Saying Hi, not for Asking Technical Questions (READ BEFORE POSTING)

Similar Threads

  1. Need Help with this java applet
    By bruizer in forum Threads
    Replies: 5
    Last Post: September 23rd, 2012, 11:01 PM
  2. Running a java applet inside a java window?
    By frozen java in forum Java Theory & Questions
    Replies: 3
    Last Post: July 3rd, 2012, 10:55 PM
  3. [SOLVED] Java applet
    By ikocijan in forum What's Wrong With My Code?
    Replies: 11
    Last Post: July 3rd, 2012, 02:54 AM
  4. Replies: 29
    Last Post: May 18th, 2012, 02:16 PM
  5. Need help with Java applet
    By Trendle in forum Java Applets
    Replies: 0
    Last Post: May 18th, 2012, 11:30 AM