diff options
Diffstat (limited to 'docs/gsg/JAVA/cursorJavaUsage.html')
-rw-r--r-- | docs/gsg/JAVA/cursorJavaUsage.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/gsg/JAVA/cursorJavaUsage.html b/docs/gsg/JAVA/cursorJavaUsage.html index c135f675..ac85916f 100644 --- a/docs/gsg/JAVA/cursorJavaUsage.html +++ b/docs/gsg/JAVA/cursorJavaUsage.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -82,7 +82,7 @@ <p>The full implementation of <code class="classname">ExampleDatabaseRead</code> can be found in: </p> - <pre class="programlisting"><span class="emphasis"><em>DB_INSTALL</em></span>/examples_java/db/GettingStarted</pre> + <pre class="programlisting"><span class="emphasis"><em>DB_INSTALL</em></span>/examples/java/db/GettingStarted</pre> <p> where <code class="literal"><span class="emphasis"><em>DB_INSTALL</em></span></code> is the location where you placed your DB distribution. @@ -255,7 +255,7 @@ import com.sleepycat.db.OperationStatus;</pre> document, this is relatively uninteresting. You can see how this is implemented by looking at: </p> - <pre class="programlisting"><span class="emphasis"><em>DB_INSTALL</em></span>/examples_java/db/GettingStarted</pre> + <pre class="programlisting"><span class="emphasis"><em>DB_INSTALL</em></span>/examples/java/db/GettingStarted</pre> <p> where <code class="literal"><span class="emphasis"><em>DB_INSTALL</em></span></code> is the location where you placed your DB distribution. |