projects
/
platform
/
upstream
/
cmake.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Imported Upstream version 3.24.0
[platform/upstream/cmake.git]
/
Tests
/
FindJNI
/
JVM
/
JVMTgt.java
1
class JVMTgt
2
{
3
public static void main(String[] args)
4
{
5
System.loadLibrary("JVMTgt");
6
}
7
}