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

Thread: So I keep getting this error code. It does not appear tho when I copy my code and paste it into an earlier version of IntelliJ.

  1. #1
    Member
    Join Date
    Oct 2012
    Posts
    61
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default So I keep getting this error code. It does not appear tho when I copy my code and paste it into an earlier version of IntelliJ.



  2. #2
    Member
    Join Date
    Oct 2012
    Posts
    61
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Re: So I keep getting this error code. It does not appear tho when I copy my code and paste it into an earlier version of IntelliJ.

    Heres a better quality version of the photo:
    https://s3-us-west-2.amazonaws.com/d...2020.48.48.png

  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: So I keep getting this error code. It does not appear tho when I copy my code and paste it into an earlier version of IntelliJ.

    Can you copy the text of the error and paste it here?

    Is this the same problem:
    http://www.javaprogrammingforums.com...ind-error.html
    If you don't understand my answer, don't ignore it, ask a question.

  4. #4
    Member
    Join Date
    Oct 2012
    Posts
    61
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Re: So I keep getting this error code. It does not appear tho when I copy my code and paste it into an earlier version of IntelliJ.

    Yes, same problem. Sorry I couldnt find it. Is there a way I can view my created posts?, Also what exactly is IDE?

  5. #5
    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: So I keep getting this error code. It does not appear tho when I copy my code and paste it into an earlier version of IntelliJ.

    view my created posts
    Go to your profile and click on started threads.

    IDE in Google returns: Integrated development environment - Wikipedia, the free encyclopedia


    Where is the MyCard class definition?
    If you don't understand my answer, don't ignore it, ask a question.

  6. #6
    Member
    Join Date
    Oct 2012
    Posts
    61
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Re: So I keep getting this error code. It does not appear tho when I copy my code and paste it into an earlier version of IntelliJ.

    Where is the MyCard class definition?[/QUOTE]
    Whats this mean ?

  7. #7
    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: So I keep getting this error code. It does not appear tho when I copy my code and paste it into an earlier version of IntelliJ.

    The reason you got the following error:
    Exception in thread "main" java.lang.ClassNotFoundException: MyCard
    is because the java program could not find the MyCard.class file in a folder on the classpath.
    That file contains the definition for the MyCard class.
    If you don't understand my answer, don't ignore it, ask a question.

  8. #8
    Member
    Join Date
    Oct 2012
    Posts
    61
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Re: So I keep getting this error code. It does not appear tho when I copy my code and paste it into an earlier version of IntelliJ.

    OK Thanks

Similar Threads

  1. error in code?
    By bryanOnInternet in forum AWT / Java Swing
    Replies: 2
    Last Post: January 2nd, 2013, 01:22 AM
  2. I need help for this copy byte code ...
    By ricaclaire16 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 26th, 2012, 08:00 AM
  3. Problem Running J2EE Application - JRE Version Error
    By rameshiit19 in forum Java IDEs
    Replies: 3
    Last Post: November 28th, 2011, 07:12 AM
  4. Code is giving an error in console, but there are no errors apparent in the code!
    By JamEngulfer221 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 15th, 2011, 09:30 PM
  5. Error in code
    By JCTexas in forum What's Wrong With My Code?
    Replies: 3
    Last Post: September 21st, 2011, 05:53 PM