I am getting this error, with the compiler pointing to line 46:
I've gone through the Polyfit class, but do not know how to correct this.
I am getting this error, with the compiler pointing to line 46:
I've gone through the Polyfit class, but do not know how to correct this.
This problem is caused by incorrect packaging of your JAR file. The directory name a .class file is under must agree with its package name in the source file.