NOTE: THE JNI UI IS BROKEN
The steps below worked when we last checked, but the JNI UI has bugs. |
$PTII/jni/package.html
for limitations and other details.
$PTII/jni/doc/JNIActorHep.pdf
for further documentation.
To run the JNI demos:
make all
make demo
launcher.exe
program. Thus, running the JNI demos from
Eclipse probably won't work
meaningLife.xml
-
Simple model that answers the question to
"the meaning of life, the universe, and everything", see
meaningOfLife.c
output
double
return
jni
directory
and compile it.
42.0
.
make demo
.
testDeux.xml
-
Interface to a function that takes an int and a float and
returns a double. The float is both an input and an output
testDeux.c
testQuatre.xml
-
Interface to a function that takes two arrays of longs.
The second argument is both an input and an output.
testTrois.c
testQuatre.xml
-
Uses testDeux and testTrois.