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)