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
- with gcj
- with Excelsior Jet (http://www.excelsior-usa.com/jet.html)
[edit]
Links
- gcj homepage (http://gcc.gnu.org/java/)
- Excelsior Jet homepage (http://www.excelsior-usa.com/jet.html)
