Dear all
I am getting the above error message in my program.
public void testing(Vector XY){
RecStore.checkUnits(XY);
}
method checkUnits is non static and cannont be called from a non static context. I don't see the word static anywhere...
I have done a wider search throughout the main class and I'm haven't got any static their either.
Any ideas?
Thanks
Dan