@@ -50,14 +50,14 @@ public final class TargetName {
5050
5151/**
5252 * Java system property name that can be set to override the embedded library
53- * that will be used. This is likely to required if automatic resolution fails
54- * but the user still prefers to use an LmdbJava-bundled library.
53+ * that will be used. This is likely to be required if automatic resolution
54+ * fails but the user still prefers to use an LmdbJava-bundled library. This
55+ * path must include the classpath prefix (usually <code>org/lmdbjava</code>).
5556 */
5657public static final String LMDB_EMBEDDED_LIB_PROP ="lmdbjava.embedded.lib" ;
5758/**
5859 * Java system property name that can be set to provide a custom path to an
59- * external LMDB system library. This path must include the classpath prefix
60- * (usually <code>org/lmdbjava</code>).
60+ * external LMDB system library.
6161 */
6262public static final String LMDB_NATIVE_LIB_PROP ="lmdbjava.native.lib" ;
6363/**