-3

I am getting this error, with the compiler pointing to line 46:

Error Screenshot

I've gone through the Polyfit class, but do not know how to correct this.

enter image description here

Nathaniel Ford
  • 20,545
  • 20
  • 91
  • 102
Job Collins
  • 138
  • 2
  • 11
  • The compiler isn't pointing anywhere. This is a runtime exception. Don't post pictures of text here. Complete waste of your time and our bandwidth. Post the text. – user207421 Feb 10 '16 at 03:17

1 Answers1

0

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.

user207421
  • 305,947
  • 44
  • 307
  • 483