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 rh...@apache.org on 2006/09/19 23:19:54 UTC

svn commit: r447974 - /db/derby/code/branches/10.2/RELEASE-NOTES.html

Author: rhillegas
Date: Tue Sep 19 14:19:53 2006
New Revision: 447974

URL: http://svn.apache.org/viewvc?view=rev&rev=447974
Log:
DERBY-1860: Supplement the Release Notes with Andrew's instructions for building the optional jdbc4 support.

Modified:
    db/derby/code/branches/10.2/RELEASE-NOTES.html

Modified: db/derby/code/branches/10.2/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/RELEASE-NOTES.html?view=diff&rev=447974&r1=447973&r2=447974
==============================================================================
--- db/derby/code/branches/10.2/RELEASE-NOTES.html (original)
+++ db/derby/code/branches/10.2/RELEASE-NOTES.html Tue Sep 19 14:19:53 2006
@@ -165,12 +165,20 @@
 </p>
 
 <p>
-You may build this optional JDBC 4.0 support as follows:
+You may build this optional JDBC 4.0 support as follows. (See also
+<a href="http://issues.apache.org/jira/browse/DERBY-1846">DERBY-1846</a>)
 </p>
 
-<p>
-<b><font color="red">???</font></b>
-</p>
+<ul>
+<li>Download the -bin and -src distributions of Derby 10.2.1.4 and unzip them.</li>
+<li>Set DERBY_HOME to the location where you have unzipped the -bin distribution.</li>
+<li>Set JAVA_HOME to the location of a JDK 1.6 JVM.</li>
+<li>cd into the tools/jdbc4 directory where you unzipped the -src distribution.</li>
+<li>Run the update-with-jdbc4 script (or batch file on Windows), and the
+jars in $DERBY_HOME/lib will be updated with the necessary JDBC 4
+support classes.</li>
+</ul>
+
 
 <h2><a name="New Features"></a>New Features</h2>