[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: "Utils cannot be resolved"

On 9/4/09 11:04 AM, Jen wrote:
Hi Eric, thanks for your help.

No error messages in the import list at the top of the class. The list is:

import java.math.BigInteger;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.Random;

import org.apache.commons.math.distribution.ChiSquaredDistribution;
import org.apache.commons.math.distribution.ChiSquaredDistributionI mpl;

Is there an import statement missing?

I get a list of possible quick fixes when I hover the mouse over the
code - screenshot attached showing the options. Doesn't mean much to me,
I'm afraid. Does it make sense to you?

It does look like an import statement is missing. I would try the quick fix suggestions to add one; look for one that comes from one of the lib JARs you mentioned.


Hope this helps,
Eric