JCA 2.0.1
JCA
- EPICS Home Page
- Channel Access(3.14)
JCA2.0.1
- Release Notes
- Download
- Installation
- API documentation
Release Notes

JCA2.0.1 has been released on October 17th, 2003

Changes since JCA2.0

- Fix the DBR_TIME_xxx bug which was causing a JVM crash.
The JNI code which was reading time stamps was incorrect and was causing a JVM crash.
- Fix a bug in the API provided for backward compatibility with JCA1.0.
All jca.dbr.DBR_STS_xxx and jca.dbr.DBR_TIME_xxx were not reading values correctly. They were always returning 0.
 
- Fix RULES_JAVA in EPICS base R3.14.4 to build a valid jca2.jar file.
The file javalib/jca2.jar build with the previous RULES_JAVA was erroneous. All files included were prefixed with ../../javalib/ and some files were missing.
- Correct a javadoc comment which was causing a warning when building documentation.