Removed the note on JNI injection

This commit is contained in:
Taro L. Saito 2013-08-13 17:07:02 +09:00
parent ae0a3e4d49
commit 9671c81224
2 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,7 @@ If you are using Mac and openjdk7 (or higher), use the following option:
## Miscellaneous Notes
### 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)

View File

@ -66,6 +66,7 @@ public class Snappy
*/
static void cleanUp() {
SnappyLoader.cleanUpExtractedNativeLib();
SnappyLoader.setApi(null);
}