From 75b9fcffc6709f9c65990f6d04d593d3bfb4743d Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Mon, 5 Oct 2009 15:39:24 +0200 Subject: Added it0012-jni-dep-lib-static test --- 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 6ca268d..f03bd70 100644 --- a/src/site/apt/HelloWorld.apt +++ b/src/site/apt/HelloWorld.apt @@ -8,7 +8,7 @@ Mark Donszelmann HelloWorld Examples These example contain a simple C method "sayHello". This method can be called from a C program, a Java program, put into -a static library, put into a shared library, use a third party library, ... +a static library, put into a shared library, use as a third party library, ... There are also some unit test which are run and call the same method. The following examples are available: @@ -53,8 +53,8 @@ There are also some unit test which are run and call the same method. [it0011-executable-dep-lib-static] A C executable which depends on "lib-static" and links statically with it. The executabe is created and run. - [helloworldstaticlibjni] A C routine called from Java, which depends on - "lib-static" and links statically with it. A Java unit test is provided. + [it0012-jni-dep-lib-static] A C routine called from Java, which depends on + "lib-static" and links statically with it. [] -- cgit v1.2.3