★ wanayoo — archive 1999 http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/step2.htmlNouvelle recherche | Portail wanayoo
The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search

Trail: Java Native Interface
Lesson: Writing a Java Program with Native Methods

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