[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] "Utils cannot be resolved"
|
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) and the JRE systems library (JVM 1.5.0) to the build path. I tried JVM 1.4 as well without any luck.
Java compiler compliance level is set to 1.5 (also tried 1.4).
I am running Eclipse IDE for Java Developers (1.2.0.20090619-06) with Eclipse platform 3.5.0.I20090611-15), on an iMac (Intel) running Leopard (MacOS 10.5).
Can anyone help me resolve this?
Thanks,
Jen