Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2010-04-29 | 1.1 kB | |
2010-04-29_-_HostRR.tar-Java-Ubuntu9-10.gz | 2010-04-29 | 25.3 MB | |
Totals: 2 Items | 25.3 MB | 0 |
RoadRunner Java Embeddign Proof of concept ========================================== This archive holds an example implementation of embedding RoadRunner in Java. For this the mono runtime is embedded in a C++ class, which is then called from a Java JNI interface. Files ===== - bin folder The bin folder holds a working version that run's on Ubuntu 9.10. It contains the latest RoadRunner, together with a Java class, that loads the BorisEJB model and simulates it. To invoke just call cd bin export LD_LIBRARY_PATH=. java JavaRR you should see the simulation output printed to console - . folder In this folder you find all source code, together with the qmake build scripts. To rebuild, just tweak the directories in LibRRJNI.pro then run qmake, followed by make and javac JavaRR.java Dependencies ============ To the best of my knowledge my ubuntu installation is vanilla with the following packages mono-complete subversion scons qt4-dev-tools libbz2-dev libxml2-dev libwrap0-dev lapack-dev f2c which you could just install with apt. Contact: fbergman@u.washington.edu