Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration to Weka from MOA broken? #94

Closed
heoa opened this issue Jul 8, 2017 · 2 comments
Closed

Integration to Weka from MOA broken? #94

heoa opened this issue Jul 8, 2017 · 2 comments

Comments

@heoa
Copy link

heoa commented Jul 8, 2017

Error: "Please add weka.jar to the classpath to use the Weka explorer."

I tried to do this

$ java -cp "/Applications/weka-3-8-1-oracle-jvm.app/Contents/Java/weka.jar" -jar /Applications/moa.jar

but I am still getting the error so is the integration the WEKA from MOA broken?

I am testing things in macOS 10.11.6.

@abifet
Copy link
Collaborator

abifet commented Aug 24, 2017

No, the integration with WEKA is working fine. You may have a problem with the classpath of your weka.jar file

@fracpete
Copy link
Member

AFAIK you cannot mix -jar and -cp. Add both jars to the classpath using a single -cp (separated by ":") and use the appropriate class for starting MOA.

@abifet abifet closed this as completed Sep 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants