The epics team is pleased to announce the Java Channel Access 2.3.0 release! http://jca.cosylab.com JCA is an EPICS Channel Access library for Java. For more information concerning EPICS or Channel Access please refer to the <a href="http://www.aps.anl.gov/epics">EPICS Web pages</a> or read the <a href="http://www.aps.anl.gov/epics/modules/base/R3-14/4-docs/CAref.html">Channel Access manual (3.14)</a>. <p>This page does not provide any native JNI libraries used by JNI implemenation of JCA, they can be obtained from <a href="http://www.aps.anl.gov/xfd/SoftDist/swBCDA/jca/index.html">EPICS JCA page</a> or built from source distribution.</p> <p>In June 2004 CosyLab agreed to become the "official" maintainer of JCA.</p> Changes in this version include: Fixed bugs: o JNI context initialization bug fixed. o JNI global context message callback fallback fixed. Unused getEnvPtr/freeEnvPtr on non-BSD4.3 systems excluded from build. Changes: o 64-bit platform support added (32-bit pointers replaced with 64-bit). Have fun! -The epics team