-1

Unable to start with a OMR reader application . Tried this Udai OMr , But I am getting NullPointerException . Any Suggestions ?

D:\OmR\ java -cp "dist/OMRProj.jar;dist/lib/jiu.jar" omrproj.ProcessTemplate [template-filename]
at omrproj.ImageUtil.readImage(ImageUtil.java:28)
    at omrproj.ProcessForm.main(ProcessForm.java:27)
Christoph Rackwitz
  • 11,317
  • 4
  • 27
  • 36
Faiyaz Md Abdul
  • 546
  • 5
  • 14
  • 29
  • You are getting [NullPointerException](http://stackoverflow.com/questions/218384/what-is-a-nullpointerexception-and-how-do-i-fix-it) because for some reason the source of the image is bull. Check your code to find the possible place where you can loose the information related to image source. Or provide more code to see where the problem is happening – Md Johirul Islam Jan 12 '17 at 19:40
  • I have provided the source link – Faiyaz Md Abdul Jan 12 '17 at 19:50

1 Answers1

0

Path of template images was wrong .

Faiyaz Md Abdul
  • 546
  • 5
  • 14
  • 29