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: error classnotfoundexception dirty_r.class

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

    Default error classnotfoundexception dirty_r.class

    Can't post, message said has to many links
    I'm a novice, Programmer who wrote this does not have time to help anymore.
    below is dirty_r.class code.
    internet explorer browser
    freejigsawpuzzles.com/beta/colorful_abstract_2_jigsaw.htm
    error classnotfoundexception dirty_r.class
    below is dirty_r.class code.

    code attached
    Attached Files Attached Files


  2. #2
    Member
    Join Date
    Jul 2013
    Posts
    219
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default Re: error classnotfoundexception dirty_r.class

    Hello.
    Could you please mention specifically what problem are you facing?

    Syed.

  3. #3
    Junior Member
    Join Date
    Jun 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: error classnotfoundexception dirty_r.class

    Quote Originally Posted by syedbhai View Post
    Hello.
    Could you please mention specifically what problem are you facing?

    Syed.
    I hope this answers your question. Code from class was an attachment in previous message.
    internet explorer 10, windows 7
    when the game loads in internet explorer
    message error click for details
    application error
    classnotfoundexception
    dirty_r.class

    html code on page
    Free Jigsaw Puzzles colorful abstract 2
    <p><applet code="dirty_r.class" width=700 height=700>
    <param name = NRTILES_INWIDTH value="9">
    <param name = NRTILES_INHEIGHT value="6">
    <param name = IMAGE_WIDTH value=475>
    <param name = IMAGE_HEIGHT value=316>
    <param name = BOARD_WIDTH value=700>
    <param name = BOARD_HEIGHT value=622>
    <param name = IMAGE_NAME value="../images/colorful_abstract_2.jpg">
    <param name = LITTLE_IMAGE_LINK value="http://www.freejigsawpuzzles.com/images/med_colorful_abstract_2.jpg">
    <param name = CONGRATULATIONS_LINK1 value="http://www.freejigsawpuzzles.com/puzzles/win.htm">
    <param name = BACKGROUND_COLOR value="4816600">
    <param name = BACKGROUND_OPTIONS_COLOR value="16045816">
    <param name = BACK_CHECKMARK_COLOR value="15380163">
    <param name = FRONT_CHECKMARK_COLOR value="8459579">
    <param name = BACK_TEXT_COLOR value="16553137">
    <param name = FRONT_TEXT_COLOR value="7610937">
    <param name = BACK_SQUARE_COLOR value="15248573">
    <param name = FRONT_SQUARE_COLOR value="15142732">
    <param name = BACK_CHECKBOX_COLOR value="13017583">
    <param name = FRONT_CHECKBOX_COLOR value="7021499">
    <param name = BACK_LABELTEXT_COLOR value="13086452">
    <param name = FRONT_LABELTEXT_COLOR value="1407776">
    <param name = CHECKBOX_FONT value="Verdana">
    <param name = LABEL_FONT value="Comic Sans MS">
    <param name = CHECKBOX_FONT_SIZE value="16">
    <param name = LABEL_FONT_SIZE value="20">

    </applet> </p>

  4. #4
    Junior Member
    Join Date
    Jun 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: error classnotfoundexception dirty_r.class

    It also says
    Using JRE version 1.7.0_25-b17 Java HotSpot(TM) Client VM

Similar Threads

  1. Getting ClassNotFoundException error.
    By kunalgaurav18 in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: January 2nd, 2013, 12:36 PM
  2. Getting ClassNotFoundException error.
    By kunalgaurav18 in forum JDBC & Databases
    Replies: 1
    Last Post: January 2nd, 2013, 08:46 AM
  3. glassfish ClassNotFoundException java.lang.ClassNotFoundException: ...
    By enginco in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: June 18th, 2012, 12:18 PM
  4. [SOLVED] ClassNotFoundException - Please Help
    By igniteflow in forum Exceptions
    Replies: 11
    Last Post: October 3rd, 2010, 10:50 PM
  5. Error of "class or interface expected" at Mylong class for problem of API's
    By lostgoat in forum What's Wrong With My Code?
    Replies: 3
    Last Post: July 22nd, 2009, 08:28 PM