orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
Experimental support for Java
InstallationWe need to install Java itself, Ice for Java, and enable compiling of Orca for Java.
.bashrc file.
export JAVA_COMPILER=javac export JAVA_HOME=/opt/jdk1.5.0_07 export PATH=$JAVA_HOME/bin:$PATH
# apt-get install libzeroc-ice-java
Or, download IceJ-[VERSION] package for Java-5. Copy the
ccmake in your binary directory, scroll down to BUILD_JAVA option and hit ENTER to toggle between ON/OFF. Then press C to configure and G to generate Makefiles and exit. Now run make to compile.OperationOrca includes an example component which mimicks the operation of LaserMon component. See PureIceJ documentation for instructions on how to run it. |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)