Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 93272 invoked from network); 8 Aug 2006 04:49:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 04:49:59 -0000 Received: (qmail 27019 invoked by uid 500); 8 Aug 2006 04:49:58 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 26993 invoked by uid 500); 8 Aug 2006 04:49:58 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 26984 invoked by uid 99); 8 Aug 2006 04:49:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 21:49:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 21:49:58 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5572D7142A7 for ; Tue, 8 Aug 2006 04:47:16 +0000 (GMT) Message-ID: <26888921.1155012436347.JavaMail.jira@brutus> Date: Mon, 7 Aug 2006 21:47:16 -0700 (PDT) From: "Andrew McIntyre (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1470) Correct instructions in demo html file demo\simple\example.html In-Reply-To: <23562338.1151688329836.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1470?page=all ] Andrew McIntyre updated DERBY-1470: ----------------------------------- Attachment: derby-1470-alt.diff Attaching alternate patch for this issue, which adds sysinfo to derbyclient.jar, so that sysinfo can be obtained from a classpath that contains only the client jar. > Correct instructions in demo html file demo\simple\example.html > --------------------------------------------------------------- > > Key: DERBY-1470 > URL: http://issues.apache.org/jira/browse/DERBY-1470 > Project: Derby > Issue Type: Bug > Components: Demos/Scripts > Affects Versions: 10.2.0.0, 10.1.3.1 > Environment: Any platform on which we support derby > Reporter: Ramandeep Kaur > Assigned To: Ramandeep Kaur > Priority: Minor > Fix For: 10.2.0.0 > > Attachments: derby-1470-alt.diff, DERBY-1470.diff > > > In file demo\simple\example.html, under section "Next run the SimpleApp demo in Derby client mode:", step 5 > "java org.apache.derby.tools.sysinfo -cp client SimpleApp.class" gives the following error: > Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/derby/tools/sysinfo > The above error is given because step 4 instructs to set path as following: > export CLASSPATH=.:${DERBY_INSTALL}/lib/derbyclient.jar > Now as neither derby.jar or derbytool.jar is been added to the above classpath, sysinfo file not found. > Step 4 should instruct to set up path as following: > export CLASSPATH=.:${DERBY_INSTALL}/lib/derbyclient.jar:${DERBY_INSTALL}/lib/derby.jar -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira