Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 38817 invoked from network); 1 Dec 2009 17:59:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Dec 2009 17:59:55 -0000 Received: (qmail 71725 invoked by uid 500); 1 Dec 2009 17:59:54 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 71641 invoked by uid 500); 1 Dec 2009 17:59:54 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 71633 invoked by uid 99); 1 Dec 2009 17:59:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 17:59:54 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.82.107.6] (HELO red.amberpoint.com) (63.82.107.6) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 17:59:52 +0000 Received: from [127.0.0.1] (bpendleton-desk.edgility.com [10.10.11.118]) by red.amberpoint.com (8.13.8/8.13.8) with ESMTP id nB1HxSUC030655 for ; Tue, 1 Dec 2009 09:59:29 -0800 Message-ID: <4B155980.7090509@amberpoint.com> Date: Tue, 01 Dec 2009 09:59:28 -0800 From: Bryan Pendleton User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Derby Discussion Subject: Re: Hello References: <26595406.post@talk.nabble.com> In-Reply-To: <26595406.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > When I try to run WwdEmbedded.java there is an error that looks like this: > ----------------------------------------------------------------------- > C:\Documents and Settings\Zoran\Desktop\DERBYTUTOR>java WwdEmbedded > Exception in thread "main" java.lang.NoClassDefFoundError: WwdEmbedded I suspect this is because you didn't set your CLASSPATH environment variable carefully, to include "." in the classpath. See step (1) of the instructions at: http://db.apache.org/derby/docs/dev/getstart/twwdactivity3_Setup.html and ensure that you have done: set CLASSPATH=%DERBY_HOME%\lib\derby.jar;. thanks, bryan