What is needed to use ATLAS with Java:
1. The Java calling program (jdmmtst.java)
2. The Java loadLibrary class (CWRAP.java)
3. The java loadLibrary header file (CWRAP.h)
4. The C functions (c wrappers to call ATLAS and ATLAS c software library).
5. The shared object (libCWRAP.so) which contains executable binaries of the C wrapper functions and all the ATLAS functions.