From f16721c64008697a5b37c002f3b201d15e556c7a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Sat, 3 Oct 2009 08:18:57 +0200 Subject: Added jni test; changed goals for running run-its tests --- src/site/apt/HelloWorld.apt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/site') diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt index 7d1f2aa..3a11ce5 100644 --- a/src/site/apt/HelloWorld.apt +++ b/src/site/apt/HelloWorld.apt @@ -19,14 +19,14 @@ There are also some unit test which are run and call the same method. [] - [helloworldjni] A C routine called from Java and a Java unit test. + [jni] A C routine called from Java and a Java unit test. - [helloworldjnilibjava] A java project which depends on helloworldjni. + [helloworldjnilibjava] 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. [hellothirdpartyjni] A third party JNI library called from Java. - The third party library is "helloworldjni" and is added as resource to the project in the + 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. [] -- cgit v1.2.3