Commit 201bd68
pradeep
fix for calling info as the first call in program
Every other package class extends Array module, thus loading the
jni library automatically. Since, Util package doesn't Array,
System.loadLibrary has to be called here as well. This won't effect
performance and only first call to load a given library will take effect
and subsequent calls are ignored.1 parent 122e171 commit 201bd68
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
28 | | - | |
29 | | - | |
30 | 34 | | |
0 commit comments