INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
Experimental support for Java
These notes cover how to enable experimental support for Java under Linux. Tested with Ice-3.1.1. InstallationWe need to install Java itself, Ice for Java, and enable compiling of Orca for Java.
There's apparently no Debian package. Download Java SE Development Kit (JDK) from http://java.sun.com/javase/downloads/index.jsp. We want something recent, Java 5.0, which is also cleverly referred to as Java 1.5.0. Orca has been tested with JDK 5.0 Update 7. Follow instructions to install. We installed it into /opt/. Add the following lines to your export JAVA_COMPILER=javac export JAVA_HOME=/opt/jdk1.5.0_07 export PATH=$JAVA_HOME/bin:$PATH
In Debian, install this package: # apt-get install libzeroc-ice-java Or, download IceJ-[VERSION] package for Java-5. Copy the
Java compilation is disabled by default in the Orca distribution. To enable, run 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)