Compiling Weka

From WekaWiki

There are several ways of compiling the Weka source code:

  • by hand, i.e., using javac
    cumbersome and it's easy to forget classes to compile
  • with ANT
    takes care of compiling all the necessary classes and easily generates jar archives
  • with an IDE, e.g., Eclipse, NetBeans or JBuilder
    can be very helpful for debugging tricky bugs
  • into native code

Links