modify weka source code in netbeans

核能气质少年 提交于 2020-01-25 11:43:06

问题


i wanna use weka source code (not jar file!)and i download weka-src.jar from this address http://www.java2s.com/Code/Jar/w/Downloadwekadev379sourcesjar.htm and i wanna have weka project in netbeanes in windows .i do step by step this site instruction http://weka.wikispaces.com/Netbeans+6.0+%28weka-src.jar%29

when i extract jar file into src directory in my project,it give me a lot of error such as: package java_cup.runtime does not exist and a lot of other error.

anyone can tell me how can i do that without any error ?? i am working on this problem for a week and i'm so tired. please help me if you can.


回答1:


you have to download java-cup.jar file And add this jar to your classpath

if you didn't find java-cup.jar then you can download jflex.jar jflex also contain java-cup classes so you can download jflex.jar from link below

click on this link



来源:https://stackoverflow.com/questions/20738659/modify-weka-source-code-in-netbeans

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!