As of version 2.1.2 , the contents of
maprfs-0.1.jar
are now
in two JAR files:
maprfs-<version>.jar
maprfs-jni-<version>.jar
The
<version>
refers to the version of the
distribution. For example, if you have an existing application written for
maprfs-0.1.jar
and you update it to load
maprfs-2.1.2.jar
, you must also include
maprfs-jni-2.1.2.jar
. This change was made to enable
loading on distributed class-loader environments that use the
maprfs
libraries to access the filesystem from multiple
contexts.