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

Thread: ERROR

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

    Default ERROR

    HI......DIS IS SHANKAR.........I COMPILE JAVA.....FILE......IT CREATED .CLASS FILE AUTOMATICALLY.......I'VE CHECKED......WAT'S THERE IN .CLASS....FILE.......I OPENED IN NOTEPAD......AGAIN.....I WANT.....THE SAME FILE IN .CLASS FILE.......IT'S NOT CONVERTING......AND.....MORE OVER THAT.......WHEN......I COMPILE........ANOTHER FILE......THAT FILE ......IS COMPILED.....OUTPUT IS NOT GENERATING........ERROR IS...EXCEPTION IN THREAD "MAIN" JAVA.LANG.NOCLASSDEFFOUNDERROR.....I'VE TRIED MANY TIMES TO CONVERT IN .CLASS FILE.....BUT I COULDN'T......PLZ.....TELL ME......ADVANCED........THANKS.........


  2. #2
    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: ERROR

    Please re type your post using normal case and spelling. Leave out the .....
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: ERROR

    Yes, please use complete sentences and normal punctuation and grammar. It can be difficult to figure out someone else's coding problem, and we greatly appreciate it if you make it as easy as possible to understand you. You may need to post some code as well, and if you do, please use [code] [/code] tags around your code.

Similar Threads

  1. Please! Help me to this error "ERROR CANNOT FIND SYMBOL"
    By mharck in forum Object Oriented Programming
    Replies: 8
    Last Post: July 3rd, 2012, 09:20 AM