Jump to content

I get this error when trying to run my ping pong.. what do I do... I'm a n00b.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Phineas

Phineas

    Newbie

  • Members
  • PipPip
  • 11 posts
Posted Image
Java ******* hates me :crying:.

#2
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Could you post your code?
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#3
semprance

semprance

    Programmer

  • Members
  • PipPipPipPip
  • 126 posts
The error means one of your classes is missing, or more likely is mis-spelled/uncompiled. Check that your classes are named correctly.

Also, check that all the files (if there is more than one) in your project are being compiled.

#4
Xyle

Xyle

    Newbie

  • Members
  • Pip
  • 9 posts
I would have to suggest using a IDE like jCreator(what i use), netbeans, eclipse or another IDE for this reason. Most will show you exactly where your error occurs and on what line. If you having errors like this so early in developement, it would be greatly beneficial to you to have as much help as an IDE can provide. Like me, I need all the help I can get.