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