You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by bp...@apache.org on 2016/02/28 18:43:15 UTC

svn commit: r981342 - /websites/production/db/content/derby/papers/DerbyTut/install_software.html

Author: bpendleton
Date: Sun Feb 28 17:43:15 2016
New Revision: 981342

Log:
DERBY-1032: Create new scripts which follow common practice at Apache

This change adjusts papers/DerbyTut/install_software.html to correct
the spelling of the Unix setEmbeddedCP tool, which no longer has a .ksh
extension.


Modified:
    websites/production/db/content/derby/papers/DerbyTut/install_software.html

Modified: websites/production/db/content/derby/papers/DerbyTut/install_software.html
==============================================================================
--- websites/production/db/content/derby/papers/DerbyTut/install_software.html (original)
+++ websites/production/db/content/derby/papers/DerbyTut/install_software.html Sun Feb 28 17:43:15 2016
@@ -567,7 +567,7 @@ semicolon (;) on Windows and a colon (:)
    Change directory now into the
    <span class="codefrag">DERBY_INSTALL/bin</span> directory.
     The <span class="codefrag">setEmbeddedCP.bat</span> (Windows) 
-    and <span class="codefrag">setEmbeddedCP.ksh</span>
+    and <span class="codefrag">setEmbeddedCP</span>
      (UNIX) scripts use the <span class="codefrag">DERBY_INSTALL</span> variable to set the 
      <span class="codefrag">CLASSPATH</span>  for Derby embedded usage. 
      You can edit the script itself to set 
@@ -584,7 +584,7 @@ C:\Apache\db-derby-10.12.1.1-bin\bin&gt;
 </p>
 <p class="code-block">UNIX:
 $ cd $DERBY_INSTALL/bin
-$ . setEmbeddedCP.ksh
+$ . setEmbeddedCP
 </p>
 <a name="N10163"></a><a name="derby_verify"></a>
 <h3 class="boxed">Verify Derby</h3>