简体   繁体   English

修改netbeans中的weka源代码

[英]modify weka source code in netbeans

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 我想使用weka源代码(不是jar文件!),我从这个地址http://www.java2s.com/Code/Jar/w/Downloadwekadev379sourcesjar.htm下载weka-src.jar,我想在netbeanes中有weka项目在Windows .i一步一步这个网站说明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. 当我在我的项目中将jar文件解压缩到src目录时,它给了我很多错误,例如:package java_cup.runtime不存在以及很多其他错误。

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. 如果可以,请你帮助我。

you have to download java-cup.jar file And add this jar to your classpath 你必须下载java-cup.jar文件并将此jar添加到你的类路径中

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 如果你没找到java-cup.jar那么你可以下载jflex.jar jflex还包含java-cup类,这样你就可以从下面的链接下载jflex.jar

click on this link 点击此链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM