Skip to content

Commit 7d638ec

Browse files
committed
bug fixed: native libraries were loaded twice
1 parent 137f677 commit 7d638ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

JVTK/src/eu/mihosoft/vtk/NativeUtil.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
import java.util.logging.Logger;
3535

3636
/**
37-
* Helper functions for native libraries. Based on
37+
* Simplifies handling of native libraries, i.e., returning a list of libraries
38+
* that are currently loaded.
39+
*
40+
* @see http://stackoverflow.com/questions/1007861/how-do-i-get-a-list-of-jni-libraries-which-are-loaded/1008631#1008631
3841
*
3942
* @author Michael Hoffer
4043
*/

0 commit comments

Comments
 (0)