How do I compile JNI-InChIs native code for my operating system/architecture?
JNI-InChI’s native code compilation is integrated into the Apache Maven build process. To compile the code you need to get the source package from the download page, or check the project out of the subversion repository. In order to build JNI-InChI the following software is required: • Java (JDK) 1.5 or higher • Apache Maven 2.0 • GNU Make • GCC The JAVA_HOME environment variable MUST be set, pointing to the location of the JDK. The Maven build system takes care of JNI-InChI’s dependencies, and runs Make to build the native code required.
Related Questions
- If using plsql native code, the plsql_native_library_dir needs to be defined. In an Oracle RAC environement, must the directory be in the shared storage?
- I had to replace my hard disk drive and after re-installing the operating system and ScrypTik, the registration code no longer works?
- Why must my JNI native code be compiled and linked with the -pthread option?