|
Getting ojAlgoYou get ojAlgo from SourceForge; either as a compiled and packaged download, or as source code directly from CVS. There is no schedule for when code changes or new releases are made. If you work directly from CVS you must be aware that the code may change, back and forth, at any time. It will however, 99% of the time, compile and run without any problem. What's in CVSThere are currently 5 modules in CVS, but perhaps only 1 is relevant to you:
Which Java version?ojAlgo targets Java 5 (1.5). CVS HEAD and releases after version 8 are for Java 5 only. ojAlgo is currently developed and built on Macintosh computers that only have Java 6. The intention is to (only) require Java 5, but in reality you may need Java 6. eclipseEach of the CVS modules mentioned above are complete eclipse projects. Once you've set up your CVS repository location, in eclipse, all you need to do is "Check Out As..." on one of the modules (most likely DevProj). You do not need to do anything else! Required libraries (if any) are in the module/project. Some projects/modules may require you to also get one or some of the other projects/modules. To build ojAlgo from source using the supplied ant script you need to check out all 5 cvs modules. Further the script assumes that DevProj and TestProj are renamed ojAlgo and ojAlgoTests respectively. (Actually you can name any of the 5 modules/projects anything you want. You just modify build.properties to match.) The fact that the modules are eclipse projects should not restrict users of other IDE:s and tools in any way. They will however need to define their own projects. Interest in ojAlgo is increasing... |
||||||||
Using JProfiler from ej-technologies |