| 1 | package shell.JNI; |
| 2 | |
| 3 | public class CommandExecution { |
| 4 | |
| 5 | // public static native String exec(String cmd); |
| 6 | |
| 7 | public static void main(String[] args) { |
| 8 | System.setProperty("java.library.path","D:/library"); |
| 9 | System.out.println(System.getProperty("java.library.path")); |
| 10 | } |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected