JCA 2.0
JCA
- EPICS Home Page
- Channel Access(3.14)
JCA2.0
- Download
- Installation
- API documentation
Installation - UNIX / WINDOWS
UNIX platforms - Sources / Binaries
Installation from sources distribution (UNIX)

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

Installation from binaries distribution (UNIX)


requirements:
- JRE1.4
- EPICS baseR3.14.x

Installing:
- download the binaries archive corresponding to your platform.
- copy the archive into the directory where you want to install JCA2 (usually your epics extensions directory)
- decompress the archive: gzip -cd jca2.0-<your-arch>.tgz | tar xv

Running a program using JCA2:
- make sure <extensions>/javalib/jca2.jar is in your CLASSPATH environment variable
- make sure <extensions>/lib/<your-arch> is in your LD_LIBRARY_PATH environment variable
- make sure <baseR3.14.x>/lib/<your-arch> is in your LD_LIBRARY_PATH environment variable

 

WINDOWS platforms - Sources / Binaries
Installation from sources distribution (Windows)

requirements:
- JDK1.4
- EPICS baseR3.14.3
- EPICS R3.14 extensions directory

Installing:
- download the sources archive.
- decompress the archive using winzip (or equivalent) in your epics extensions directory
- go in the directory <extensions-path>\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>\bin\win32-x86 is in your PATH environment variable
- make sure <baseR3.14.4-path>\bin\win32-x86 is in your PATH environment variable

Installation from binaries distribution (Windows)


requirements:
- JRE1.4
- EPICS baseR3.14.x

Installing:
- download the binaries archive for windows.
- decompress the archive in the directory where you want to install JCA2 (usually your epics extensions directory) using winzip or equivalent

Running a program using JCA2:
- make sure <extensions>\javalib\jca2.jar is in your CLASSPATH environment variable
- make sure <extensions>\lib\win32-x86 is in your PATH environment variable
- make sure <baseR3.14.x>\lib\win32-x86 is in your PATH environment variable