You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by my...@apache.org on 2009/04/30 04:30:18 UTC

svn commit: r770038 - /db/derby/site/trunk/build/site/papers/DerbyTut/install_software.html

Author: myrnavl
Date: Thu Apr 30 02:30:17 2009
New Revision: 770038

URL: http://svn.apache.org/viewvc?rev=770038&view=rev
Log:
DERBY-4108 ; changing one more file on the web site

Modified:
    db/derby/site/trunk/build/site/papers/DerbyTut/install_software.html

Modified: db/derby/site/trunk/build/site/papers/DerbyTut/install_software.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/papers/DerbyTut/install_software.html?rev=770038&r1=770037&r2=770038&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/papers/DerbyTut/install_software.html (original)
+++ db/derby/site/trunk/build/site/papers/DerbyTut/install_software.html Thu Apr 30 02:30:17 2009
@@ -465,7 +465,7 @@
 <p>
 Download the binary Apache Derby distribution from the Derby web site at 
 <a href="http://db.apache.org/derby/derby_downloads.html">http://db.apache.org/derby/derby_downloads.html</a>.
-These tutorial instructions use version 10.4.1.3 and 
+These tutorial instructions use version 10.5.1.1 and 
 assume you downloaded one of the binary distribution files 
 listed in the table below:
 </p>
@@ -476,17 +476,17 @@
 </tr>
      
 <tr>
-<td colspan="1" rowspan="1">Windows</td><td colspan="1" rowspan="1">db-derby-10.4.1.3-bin.zip</td>
+<td colspan="1" rowspan="1">Windows</td><td colspan="1" rowspan="1">db-derby-10.5.1.1-bin.zip</td>
 </tr>
      
 <tr>
-<td colspan="1" rowspan="1">UNIX, Linux, and Mac</td><td colspan="1" rowspan="1">db-derby-10.4.1.3-bin.tar.gz</td>
+<td colspan="1" rowspan="1">UNIX, Linux, and Mac</td><td colspan="1" rowspan="1">db-derby-10.5.1.1-bin.tar.gz</td>
 </tr>
 
 </table>
 <p>If a more recent release is available, download that,
    then substitute that version number 
-for <span class="codefrag">10.4.1.3</span> in the following instructions.
+for <span class="codefrag">10.5.1.1</span> in the following instructions.
    </p>
 <a name="N100D0"></a><a name="derby_install"></a>
 <h3 class="boxed">Install Derby</h3>
@@ -500,18 +500,18 @@
     </p>
 <p class="code-block">Windows (use your extraction tool e.g. WinZip -- these instructions use mks unzip):
 mkdir C:\Apache
-copy db-derby-10.4.1.3-bin.zip C:\Apache
+copy db-derby-10.5.1.1-bin.zip C:\Apache
 cd C:\Apache
-unzip db-derby-10.4.1.3-bin.zip
+unzip db-derby-10.5.1.1-bin.zip
 </p>
 <p class="code-block">UNIX:
 mkdir /opt/Apache
-cp db-derby-10.4.1.3-bin.tar.gz /opt/Apache
+cp db-derby-10.5.1.1-bin.tar.gz /opt/Apache
 cd /opt/Apache
-tar xzvf db-derby-10.4.1.3-bin.tar.gz
+tar xzvf db-derby-10.5.1.1-bin.tar.gz
 </p>
 <p>In both cases, the software will now be extracted into a subdirectory
-    named <span class="codefrag">db-derby-10.4.1.3-bin</span>. 
+    named <span class="codefrag">db-derby-10.5.1.1-bin</span>. 
    </p>
 <a name="N100EE"></a><a name="set_derby_install"></a>
 <h3 class="boxed">Set DERBY_INSTALL</h3>
@@ -522,10 +522,10 @@
 your system:
 </p>
 <p class="code-block">Windows:
-C:\&gt; set DERBY_INSTALL=C:\Apache\db-derby-10.4.1.3-bin
+C:\&gt; set DERBY_INSTALL=C:\Apache\db-derby-10.5.1.1-bin
 </p>
 <p class="code-block">UNIX Korn Shell:
-$ export DERBY_INSTALL=/opt/Apache/db-derby-10.4.1.3-bin
+$ export DERBY_INSTALL=/opt/Apache/db-derby-10.5.1.1-bin
 </p>
 <a name="N10103"></a><a name="derby_configure"></a>
 <h3 class="boxed">Configure Embedded Derby</h3>
@@ -581,7 +581,7 @@
    </p>
 <p class="code-block">Windows:
 C:\&gt; cd %DERBY_INSTALL%\bin
-C:\Apache\db-derby-10.4.1.3-bin\bin&gt; setEmbeddedCP.bat
+C:\Apache\db-derby-10.5.1.1-bin\bin&gt; setEmbeddedCP.bat
 </p>
 <p class="code-block">UNIX:
 $ cd $DERBY_INSTALL/bin
@@ -598,19 +598,19 @@
 Java Version:    1.5.0_06
 Java Vendor:     Sun Microsystems Inc.
 Java home:       C:\jdk1.5
-Java classpath:  C:\Apache\DB-DER~1.3-B\lib\derby.jar;C:\Apache\DB-DER~1.3-B\lib\derbytools.jar;
+Java classpath:  C:\Apache\DB-DER~1.1-B\lib\derby.jar;C:\Apache\DB-DER~1.1-B\lib\derbytools.jar;
 OS name:         Windows XP
 OS architecture: x86
 OS version:      5.1
 Java user name:  user
 Java user home:  C:\Documents and Settings\user
-Java user dir:   C:\Apache\db-derby-10.4.1.3-bin\bin
+Java user dir:   C:\Apache\db-derby-10.5.1.1-bin\bin
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.5
 --------- Derby Information --------
 JRE - JDBC: J2SE 5.0 - JDBC 3.0
-[C:\Apache\db-derby-10.4.1.3-bin\lib\derby.jar] 10.4.1.3 - (648739)
-[C:\Apache\db-derby-10.4.1.3-bin\lib\derbytools.jar] 10.4.1.3 - (648739)
+[C:\Apache\db-derby-10.5.1.1-bin\lib\derby.jar] 10.5.1.1 - (764942)
+[C:\Apache\db-derby-10.5.1.1-bin\lib\derbytools.jar] 10.5.1.1 - (764942)
 ------------------------------------------------------
 ----------------- Locale Information -----------------
 Current Locale :  [English/United States [en_US]]
@@ -619,7 +619,7 @@
 .
 .
 Found support for locale: [zh_TW]
-         version: 10.4.1.3 - (648739)
+         version: 10.5.1.1 - (764942)
 ------------------------------------------------------
 </p>
 <p>
@@ -641,11 +641,11 @@
 </p>
 <p class="code-block">Windows:
 C:\&gt; echo %CLASSPATH% 
-C:\Apache\DB-DER~1.3-B\lib\derby.jar;C:\Apache\DB-DER~1.3-B\lib\derbytools.jar;
+C:\Apache\DB-DER~1.1-B\lib\derby.jar;C:\Apache\DB-DER~1.1-B\lib\derbytools.jar;
 </p>
 <p class="code-block">UNIX:
 $ echo $CLASSPATH
-/opt/Apache/db-derby-10.4.1.3-bin/lib/derby.jar:/opt/Apache/db-derby-10.4.1.3-bin/lib/derbytools.jar:
+/opt/Apache/db-derby-10.5.1.1-bin/lib/derby.jar:/opt/Apache/db-derby-10.5.1.1-bin/lib/derbytools.jar:
 </p>
 <p>
 If <span class="codefrag">sysinfo</span> outputs valid information, you're