The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search

Trail: Java Native Interface
Lesson: Compiling and Running a Java Program with a Native Method

Step 2: Compile the Java Code

Use the Java compiler to compile the class that you created in the previous step. Here's the command to use:
javac HelloWorld.java

Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search