ET 16.4
Documentation and instructions for getting ET 16.4
The best way to get ET is to go to its
and follow the instructions there. In the resulting et directory, follow the instructions in the doc/users_guide/ET_Users_Guide.pdf document, Chapter 2, in order to build ET. It can also be found in the User's Guide link to the right.
If using Java, it can be built, or a pre-build jar file can be found in java/jars/java8/et-16.4.jar which was built with Java version 8. A jar built with Java 15 can be found in java/jars/java15/et-16.4.jar . Easiest of all, it's available for download from this page.
Guide to Documentation
For the Java library user, the most useful are:
1. User's Guide which contains much general information
2. Javadoc which contains details about the Java library classes and methods
For the C library user, the most useful are:
1. User's Guide which contains much general information
2. Doxygen which contains details about the library C functions
3. Web manual, Version 14 which contains older details about the library C functions
For the Java developer, the most useful is:
1. Developer's Javadoc which contains details about the Java library classes and methods