0

When trying to run my program in netbeans , I get the following error "java.lang.NoClassDefFoundError: be/abeel/io/GZIPPrintWriter".There are no problems reported in the code. ALSO, the error was connected with the line of the following code :

 Dataset data = FileHandler.loadDataset(new File("Book10.data"), noFeatures, ",");

P.S. NetBeans 7.4

ahmed
  • 13
  • 6
  • Maybe this? [http://stackoverflow.com/questions/34413/why-am-i-getting-a-noclassdeffounderror-in-java](http://stackoverflow.com/questions/34413/why-am-i-getting-a-noclassdeffounderror-in-java) or a bug in netbeams? – Papershine Feb 03 '17 at 08:25
  • thanks@paper1111. from the error i may missed a class from my classpath, which seems to be part of the project but I could not know which class. Could someone provide more help?thanks – ahmed Feb 04 '17 at 05:41

0 Answers0