~ubuntu-branches/ubuntu/edgy/rpm/edgy

« back to all changes in this revision

Viewing changes to db/docs/ref/java/compat.html

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2002-01-22 20:56:57 UTC
  • Revision ID: james.westby@ubuntu.com-20020122205657-l74j50mr9z8ofcl5
Tags: upstream-4.0.3
ImportĀ upstreamĀ versionĀ 4.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--$Id: compat.so,v 10.13 2001/06/22 13:12:13 dda Exp $-->
 
2
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
 
3
<!--All rights reserved.-->
 
4
<html>
 
5
<head>
 
6
<title>Berkeley DB Reference Guide: Compatibility</title>
 
7
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
 
8
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
 
9
</head>
 
10
<body bgcolor=white>
 
11
<a name="2"><!--meow--></a>
 
12
<table width="100%"><tr valign=top>
 
13
<td><h3><dl><dt>Berkeley DB Reference Guide:<dd>Java API</dl></h3></td>
 
14
<td align=right><a href="../../ref/java/conf.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/java/program.html"><img src="../../images/next.gif" alt="Next"></a>
 
15
</td></tr></table>
 
16
<p>
 
17
<h1 align=center>Compatibility</h1>
 
18
<p>The Berkeley DB Java API has been tested with the
 
19
<a href="http://www.javasoft.com">Sun Microsystems JDK 1.1.3</a> on SunOS
 
20
5.5; and Sun's JDK 1.1.7, JDK 1.2.2, JDK 1.3.0 and JDK 1.4.0 on Linux and
 
21
Windows/NT.  It should work with any JDK 1.1-, 1.2-, 1.3- or 1.4-compatible
 
22
environment (the latter three are known as Java 2).  IBM's VM 1.3.0 has
 
23
also been tested on Linux.
 
24
<p>The primary requirement of the Berkeley DB Java API is that the target Java
 
25
environment must support JNI (Java Native Interface) rather than another
 
26
method for allowing native C/C++ code to interface to Java. The JNI was
 
27
new in JDK 1.1, but is the most likely interface to be implemented
 
28
across multiple platforms.  However, using the JNI means that Berkeley DB will
 
29
not be compatible with Microsoft Visual J++.
 
30
<table width="100%"><tr><td><br></td><td align=right><a href="../../ref/java/conf.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/java/program.html"><img src="../../images/next.gif" alt="Next"></a>
 
31
</td></tr></table>
 
32
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
 
33
</body>
 
34
</html>