Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Re: Exception in thread "main" java.lang.NullPointerException

    Do not continue to bump threads like this - despite what you think it could hurt your chances of receiving help. We aren't a 24hr service waiting at the edge or our seat for the next problem to come...
  2. Re: Exception in thread "main" java.lang.NullPointerException

    What's not working...please post any error messages in their entirety and any updated code you may have.
  3. Re: Exception in thread "main" java.lang.NullPointerException

    Please do not hijack someone else's post.

    You created an array...

    ...but have not instantiated the elements of the array.


    robot[index] = new Control();
Results 1 to 3 of 3