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

Thread: New to Java - Developing Applet

  1. #1
    Junior Member
    Join Date
    Apr 2014
    Posts
    29
    Thanks
    23
    Thanked 0 Times in 0 Posts

    Question New to Java - Developing Applet

    Hello... I am new to Java and have an applet assignment I am working on. I have the applet created but cannot get it to view. This is the error message I get if someone can point me in the direction of figuring it out.

    Class Not Found Exception.

    Thank you


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: New to Java - Developing Applet

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    Post your code.

  3. #3
    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: New to Java - Developing Applet

    Also post the full text of the error message that shows the name of the class that was not found
    and the contents of the applet tag in the html file used to execute the applet.
    If you don't understand my answer, don't ignore it, ask a question.

  4. #4
    Junior Member
    Join Date
    Apr 2014
    Posts
    29
    Thanks
    23
    Thanked 0 Times in 0 Posts

    Default Re: New to Java - Developing Applet

    Thank you. I have read the rules now and will follow going forward.

Similar Threads

  1. Problem in developing my first java database applicaiton
    By bebz07 in forum Java Theory & Questions
    Replies: 3
    Last Post: August 7th, 2013, 02:49 PM
  2. Developing java applet for video call
    By usamaalam in forum Java Networking
    Replies: 0
    Last Post: January 16th, 2013, 04:41 AM
  3. Best Tools for developing in Java/Android
    By Nesh108 in forum Android Development
    Replies: 11
    Last Post: October 24th, 2012, 07:34 AM
  4. Need help developing a basic credit program in Java
    By MuffinOfFun in forum What's Wrong With My Code?
    Replies: 5
    Last Post: October 22nd, 2012, 08:08 PM
  5. Developing Java application for iPad
    By Alinani in forum Java ME (Mobile Edition)
    Replies: 6
    Last Post: August 3rd, 2012, 05:05 PM

Tags for this Thread