Previous | Next | Trail Map | Integrating Native Methods into Java Programs | Step By Step


Step 2: Compile the Java Code

Use the Java compiler to compile the Java class that you created in the previous step. At this time, you should also compile the main Java application that you wrote to test the native method.

See Also

Compiler Man Page
Developer Tools


Previous | Next | Trail Map | Integrating Native Methods into Java Programs | Step By Step