Chilkat for Java on Solaris Install Instructions
Download the binary distribution and extract to any directory.
The download contains the following files:
chilkat.jar libchilkat.so license.txt runTest.sh Test.java
2. Extract to any Directory
gzip -dc chilkatJava-9.5.0-x86_64-solaris.tar.gz | tar -xof -
3. Run Test.java to Verify it Works
Run runTest.sh to verify that Test.java can be compiled and run. The Test.java program simply verifies that the libchilkat.so (a JNI dynamic library) can be loaded, that the Java class loader can load the Chilkat classes from the chilkat.jar, and that a Chilkat object can be instantiated.
./runTest.sh
Sample code is available at: Chilkat Java Examples.
4. Using System.load and System.loadLibrary to load a Native Shared Library
See: How to use System.loadLibrary to load a Java Native shared library (.so)
5. classpath and using JAR archives
See: Java JAR Archives and classpath.
6. java.lang.UnsatisfiedLinkError
If the following error occurred when running the sample, it is because the wrong library was downloaded (32-bit vs. 64-bit). Try the other to see if it resolves the problem.
Native code library failed to load. java.lang.UnsatisfiedLinkError: /home/chilkat/test/libchilkat.so: ld.so.1: java: fatal: /home/chilkat/test/libchilkat.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
7. 30-Day Trial for Commercial Classes
Chilkat's commercially licensed Java classes are fully-functional for a 30-day trial period. The UnlockBundle method should be called once at the beginning of a program. (See the Unlocking Chilkat examples.) The trial period automatically begins when a non-valid unlock code is used.
Note: The Chilkat Java library contains both freeware and commercially-licensed classes. Each class is noted as freeware or commercial in the online reference documentation.