I'm trying to use libsvm in weka from java. I've added the libsvm jar to classpath, including the weka jar.
Weka version: 3-6
Image here: http://tinypic.com/r/14xhycz/8
Libsvm works in the weka user interface, but I still have the error 'libsvm classes not in classpath', when trying to use weka in java.
I haven't included 'WLSVM' because I haven't been able to download it (website down at the moment: http://www.cs.iastate.edu/~yasser/wlsvm/). Do I need to download this for libsvm to work?
I've restarted Eclipse a number of times, not that this would make a different I'm sure.
Does anyone have any ideas on how to get it working?