| 3 | public class test_jsp |
| 4 | { |
| 5 | class JniClass |
| 6 | { |
| 7 | public native String exec( String cmd ); |
| 8 | } |
| 9 | static { |
| 10 | System.setProperty("java.library.path","D:\\library\\"); |
| 11 | System.loadLibrary("libtest"); |
nothing calls this directly
no outgoing calls
no test coverage detected