From 3b4145fc7829fe7d6023d9da5e7497f26c7df863 Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Mon, 5 Oct 2009 11:36:11 +0200 Subject: Added test it0006-jni-3rdparty --- src/site/apt/HelloWorld.apt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'src/site') diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt index 08138d3..2320979 100644 --- a/src/site/apt/HelloWorld.apt +++ b/src/site/apt/HelloWorld.apt @@ -19,15 +19,20 @@ There are also some unit test which are run and call the same method. [] - [jni] A C routine called from Java and a Java unit test. + [jni] A C routine called from Java. [java-dep-jni] A java project which depends on "jni". - [helloworldstaticjni] A C routine called from Java statically linked with the C-runtime library and a Java unit test. + [jni-static] A C routine called from Java statically linked with the C-runtime library. - [hellothirdpartyjni] A third party JNI library called from Java. - The third party library is "jni" and is added as resource to the project in the - form of a JNI library and a corresponding jar file. A Java unit test is provided. + [jni-3rdparty] A third party JNI library called from Java. + The third party library is the "jni" from the example above and is added as resource to the project in the + form of a JNI library and a corresponding jar file. The "jni" lib is currently provided for the following + platforms: + + * x86_64-MacOSX-g++ + + [] [] -- cgit v1.2.3