Compiling and Running a Java Program with a Native Method |
Use the Java compiler to compile the class that you created in the previous step. Here's the command to use:javac HelloWorld.java
Compiling and Running a Java Program with a Native Method |