Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firebasky/Java
/ exec
Method
exec
JNI/src/main/java/org/apache/jsp/test_jsp.java:7–7 ·
view source on GitHub ↗
( String cmd )
Source
from the content-addressed store, hash-verified
5
class
JniClass
6
{
7
public
native String exec( String cmd );
8
}
9
static
{
10
System.setProperty(
"java.library.path"
,
"D:\\library\\"
);
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected