PathEngine home previous: Running the Examplesnext: Building with JNI
Contents, Programmers Guide, Using PathEngine with Other Languages, Java Native Interface

Java Native Interface

PathEngine includes a Java Native Interface mapping that enables you to call into the SDK, from Java, and also potentially from other languages that are based on the Java Virtual Machine.

All of the SDK runtime functionality provided by iPathEngine, iContentProcessing3D, and objects obtained through these interfaces, is now supported by this mechanism, without exception (including SDK callbacks).

Some example Java code for calling into PathEngine through this mapping is included.

Contents

Building with JNI
Naming Conventions
Class Types
Parameter Type Mappings
Running the Examples

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Building with JNI