To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72603
User pjanik changed the following:
What |Old value |New value
================================================================================
CC|'' |'hjs'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Mar 16 15:04:11 +0000
2007 -------
ause: think of jnilib as a dylib (.so) for JNI.
http://developer.apple.com/documentation/Java/Conceptual/Java14Development/05-CoreJavaAPIs/
CoreJavaAPIs.html#//apple_ref/doc/uid/TP40001902-210780-TPXREF144
JNI libraries are named with the library name used in the System.loadLibrary
method of your Java code
prefixed by lib and suffixed with .jnilib. For example,
System.loadLibrary("hello") loads the library named
libhello.jnilib.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]