~ubuntu-branches/ubuntu/trusty/hyperestraier/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/javanativeapi/overview-summary.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2006-11-14 05:28:32 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061114052832-0lzqzcefn8mt4yqe
Tags: 1.4.9-1.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Set HOME=$(CURDIR)/junkhome when building, otherwise the package build
  will incorrectly look for headers there -- and fail when the directory
  exists and is unreadable, as happens sometimes on sudo-using
  autobuilders!

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!--NewPage-->
3
3
<HTML>
4
4
<HEAD>
5
 
<!-- Generated by javadoc (build 1.4.2_06) on Fri Nov 18 00:48:29 JST 2005 -->
 
5
<!-- Generated by javadoc (build 1.4.2_06) on Sat Nov 11 19:57:54 JST 2006 -->
6
6
<TITLE>
7
7
Overview (estraier)
8
8
</TITLE>
97
97
 
98
98
<h2>Introduction</h2>
99
99
 
100
 
<p>This is a package implementing the core API of <a href="http://hyperestraier.sourceforge.net/">Hyper Estraier</a>, including native codes based on JNI.  As it works on Linux, Mac OS X, Windows, and so on, native libraries for each environment are required to run programs.</p>
 
100
<p>This is a package implementing the core API of <a href="http://hyperestraier.sourceforge.net/">Hyper Estraier</a>, including native codes based on JNI.  As it works on Linux, Mac OS X, Windows, and so on, native libraries for each environment are required to run programs.  This package requires JRE 1.4.2 or later versions.</p>
101
101
 
102
102
<h2>Setting</h2>
103
103
 
119
119
<p>Some native libraries should be found in the library search path.</p>
120
120
 
121
121
<ul>
122
 
<li>On Linux and Other UNIX systems: set the environment variable LD_LIBRARY_PATH to find libraries; "libestraier.so" and "libjestraier.so".</li>
 
122
<li>On Linux and other UNIX systems: set the environment variable LD_LIBRARY_PATH to find libraries; "libestraier.so" and "libjestraier.so".</li>
123
123
<li>On Mac OS X: set the environment variable DYLD_LIBRARY_PATH to find libraries; "libestraier.dylib" and "libjestraier.dylib".</li>
124
124
<li>On Windows: set the environment variable PATH to find libraries; "estraier.dll" and "jestraier.dll".</li>
125
125
</ul>
220
220
 
221
221
<h2>License</h2>
222
222
 
223
 
<div>Copyright (C) 2004-2005 Mikio Hirabayashi</div>
 
223
<div>Copyright (C) 2004-2006 Mikio Hirabayashi</div>
224
224
 
225
225
<p>The Java binding of Hyper Estraier is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License or any later version.  The Java binding of Hyper Estraier is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.  You should have received a copy of the GNU Lesser General Public License along with the Java binding of Hyper Estraier; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.</p>
226
226
<P>