From e4bcb8270e2d344e9020e5ae10157ff49dab815b Mon Sep 17 00:00:00 2001 From: compudj Date: Sat, 3 Jun 2006 13:38:29 +0000 Subject: [PATCH] change vers. git-svn-id: http://ltt.polymtl.ca/svn@1880 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 2 +- .../poly/doc/developer/lttng_java_instrumentation.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index a59e6d4e..ad11bae4 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.43-24052006) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.44-03062006) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/ltt/branches/poly/doc/developer/lttng_java_instrumentation.txt b/ltt/branches/poly/doc/developer/lttng_java_instrumentation.txt index 03339ded..9078a3f1 100644 --- a/ltt/branches/poly/doc/developer/lttng_java_instrumentation.txt +++ b/ltt/branches/poly/doc/developer/lttng_java_instrumentation.txt @@ -6,5 +6,7 @@ Mathieu Desnoyers, May 2006 http://www.nag.com/IndustryArticles/CallingCLibraryRoutinesfromJava.pdf Use : Java Native Interface (JNI) - +String : +http://java.sun.com/developer/onlineTraining/Programming/JDCBook/jnistring.html +http://java.sun.com/docs/books/jni/html/objtypes.html -- 2.34.1