requirements:
- JDK1.4
- EPICS baseR3.14.3
- EPICS R3.14 extensions directory
Installing:
- download the sources archive.
- copy it into your epics extensions directory
- decompress the archive: gzip -cd jca2.0-src.tgz |
tar xv
- change directory: cd src/jca2.0
- build and install: make install
Running a program using JCA2:
- make sure <extensions-path>/javalib/jca2.jar
is in your CLASSPATH environment variable
- make sure <extensions-path>/lib/<your-arch>
is in your LD_LIBRARY_PATH environment variable
- make sure <baseR3.14.3-path>/lib/<your-arch>
is in your LD_LIBRARY_PATH environment variable
|