MCPcopy Create free account
hub / github.com/Firebasky/Java / JniClass

Class JniClass

JNI/src/main/java/org/apache/jsp/test_jsp.java:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3public 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");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected