|
|
What steps will reproduce the problem?
1. Installed from svn revision 148
2. Created package libkml of src/swig/*.java
3. Compiled example java application CreatePlacemark.java from examples,
after importing libkml.*
4. Ran into following exception.
Exception in thread "main" java.lang.UnsatisfiedLinkError:
libkml.kmldomJNI.KmlFactory_GetFactory()J
at libkml.kmldomJNI.KmlFactory_GetFactory(Native Method)
at libkml.KmlFactory.GetFactory(KmlFactory.java:44)
at kmlapp.CreatePlacemark.main(CreatePlacemark.java:46)
Linux x64
Java 1.6.0_06 x64
|