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 }