[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 9:05 AM, Jen wrote:
Hi,

Thanks for looking, and my apologies if this has been answered elsewhere
- the forum search doesn't seem to be working. I have found many
references to this error searching the web but no solutions that work
for me.

I have a project that others have developed
(http://bioinformatics.ust.hk/SNPHarvester.html) but I am getting an
error when I import the package into Eclipse:

"Multiple markers at this line - Utils cannot be resolved"

This error occurs at several occurances of these lines:

int[] pos = Utils.sort(selectedSNPSet);
minIndex = Utils.minIndex(bestValue[k-minK]);


I have added 2 libraries that came with the package (weka.jar & commons-math-1.2.jar)

It's looking for a class named Utils but can't find it on the build path. What package is that class in (there should be another error or warning on the import xxx.yyy.Utils line in the code)? Is it in one of the JARs that you listed?


Eric