Removed the note on JNI injection
This commit is contained in:
parent
ae0a3e4d49
commit
9671c81224
|
@ -125,7 +125,7 @@ If you are using Mac and openjdk7 (or higher), use the following option:
|
||||||
## Miscellaneous Notes
|
## Miscellaneous Notes
|
||||||
### Using snappy-java with Tomcat 6 (or higher) Web Server
|
### Using snappy-java with Tomcat 6 (or higher) Web Server
|
||||||
|
|
||||||
Simply put the snappy-java's jar to WEB-INF/lib folder of your web application. Usual JNI-library specific problem no longer exists since snappy-java version 1.0.3 or higher can be loaded by multiple class loaders in the same JVM by using native code injection to the parent class loader (Issue 21).
|
Simply put the snappy-java's jar to WEB-INF/lib folder of your web application. Usual JNI-library specific problem no longer exists since snappy-java version 1.0.3 or higher can be loaded by multiple class loaders.
|
||||||
|
|
||||||
----
|
----
|
||||||
Snappy-java is developed by [Taro L. Saito](http://www.xerial.org/leo). Twitter [@taroleo](http://twitter.com/#!/taroleo)
|
Snappy-java is developed by [Taro L. Saito](http://www.xerial.org/leo). Twitter [@taroleo](http://twitter.com/#!/taroleo)
|
||||||
|
|
|
@ -66,6 +66,7 @@ public class Snappy
|
||||||
*/
|
*/
|
||||||
static void cleanUp() {
|
static void cleanUp() {
|
||||||
SnappyLoader.cleanUpExtractedNativeLib();
|
SnappyLoader.cleanUpExtractedNativeLib();
|
||||||
|
SnappyLoader.setApi(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue