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

requirements:
- JDK1.1.7
- EPICS baseR3.13.1 or higher
- EPICS R3.13 extensions directory

Installing:
- download the sources archive.
- copy it into your epics extensions directory
- decompress the archive: gzip -cd jca1.0-src.tgz | tar xv
- change directory: cd src/jca1.0
- build and install: make install

Running a program using JCA1.0:
- make sure <extensions-path>/javalib/jca.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.13.x-path>/lib/<your-arch> is in your LD_LIBRARY_PATH environment variable

Installation from binaries distribution (UNIX)


requirements:
- JRE1.1.7 or higher
- EPICS baseR3.13.1 or higher

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

Running a program using JCA1.0:
- make sure <extensions>/javalib/jca.jar is in your CLASSPATH environment variable
- make sure <extensions>/lib/<your-arch> is in your LD_LIBRARY_PATH environment variable
- make sure <baseR3.13.x>/lib/<your-arch> is in your LD_LIBRARY_PATH environment variable

 

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

requirements:
- JDK1.1.7 or higher
- EPICS baseR3.13.1 or higher
- EPICS R3.13 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\jca1.0
- build and install: make install

Running a program using JCA1.0:
- make sure <extensions-path>\javalib\jca.jar is in your CLASSPATH environment variable
- make sure <extensions-path>\bin\win32 is in your PATH environment variable
- make sure <baseR3.14.4-path>\bin\win32 is in your PATH environment variable

Installation from binaries distribution (Windows)


requirements:
- JRE1.1.7 or higher
- EPICS baseR3.13.1 or higher

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

Running a program using JCA1.0:
- make sure <extensions>\javalib\jca.jar is in your CLASSPATH environment variable
- make sure <extensions>\bin\win32 is in your PATH environment variable
- make sure <baseR3.13.x>\bin\win32 is in your PATH environment variable