Weka Install In Windows 7 OS
Steps to install weka in Windows 7 OS:
I ) Go to this website: http://www.cs.waikato.ac.nz/~ml/weka/downloading.html download latest version of weka software.
II ) Start to install weka its a normal installation .while install time they require update version of Java JDK.
III) Now i am download this are the software and jar..
I ) weka-3-8-1jre-x64
II ) mysql-connector-java-5.1.41 jar download from this site https://dev.mysql.com/downloads/connector/j/3.1.html
IV) After install weka software.extract the mysql connector folder put in to the weka software folder.
V) Then open RunWeka.ini File configure the mysql connector in weka classpath
Last line of RunWeka.ini file like
cp=%CLASSPATH%
Change to
cp=%CLASSPATH%;C:\Program Files\Weka-3-8\mysql-connector-java-5.1.41-bin.jar
VI) Setup this path to (C:\Program Files\Weka-3-8\mysql-connector-java-5.1.41-bin.jar ) Environmental Variable.
VII) Finally Run the software its working fine.
I ) Go to this website: http://www.cs.waikato.ac.nz/~ml/weka/downloading.html download latest version of weka software.
II ) Start to install weka its a normal installation .while install time they require update version of Java JDK.
III) Now i am download this are the software and jar..
I ) weka-3-8-1jre-x64
II ) mysql-connector-java-5.1.41 jar download from this site https://dev.mysql.com/downloads/connector/j/3.1.html
IV) After install weka software.extract the mysql connector folder put in to the weka software folder.
V) Then open RunWeka.ini File configure the mysql connector in weka classpath
Last line of RunWeka.ini file like
cp=%CLASSPATH%
Change to
cp=%CLASSPATH%;C:\Program Files\Weka-3-8\mysql-connector-java-5.1.41-bin.jar
VI) Setup this path to (C:\Program Files\Weka-3-8\mysql-connector-java-5.1.41-bin.jar ) Environmental Variable.
VII) Finally Run the software its working fine.
Comments
Post a Comment