mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
UseJava: Add support for javah tool
Add a `create_javah` API.
This commit is contained in:
10
Tests/JavaJavah/HelloWorld2.java
Normal file
10
Tests/JavaJavah/HelloWorld2.java
Normal file
@@ -0,0 +1,10 @@
|
||||
class HelloWorld2
|
||||
{
|
||||
public static void main(String args[])
|
||||
{
|
||||
B b;
|
||||
b = new B();
|
||||
b.printName();
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user