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

Class CommandExecution

shell/JNI/CommandExecution.java:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package shell.JNI;
2
3public 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected