Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Help

807607Nov 29 2006 — edited Nov 30 2006
Getting the error message when i run my project
 int count =1;
        while (count <=numberOfIterations && populationList[0].getFitness() < stoppingCriteria) {
The error: Exception in thread "main" java.lang.NullPointerException

this is what i get please help i don't know what i'm missing.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2006
Added on Nov 29 2006
7 comments
74 views