From users-return-171691-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Thu Nov 01 16:22:26 2007 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 82200 invoked from network); 1 Nov 2007 16:22:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 16:22:25 -0000 Received: (qmail 92995 invoked by uid 500); 1 Nov 2007 16:21:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 92707 invoked by uid 500); 1 Nov 2007 16:21:05 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 92696 invoked by uid 99); 1 Nov 2007 16:21:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 09:21:05 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.85.154.70] (HELO ahmler5.mail.eds.com) (192.85.154.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 16:21:24 +0000 Received: from ahmlir4.mail.eds.com (ahmlir4-2.mail.eds.com [192.85.154.134]) by ahmler5.mail.eds.com (8.13.8/8.13.8) with ESMTP id lA1GKj58006363 for ; Thu, 1 Nov 2007 12:20:45 -0400 Received: from usahsdlp302.amer.corp.eds.com ([130.175.222.181]) by ahmlir4.mail.eds.com (8.13.8/8.12.10) with SMTP id lA1GKjkV010240 for ; Thu, 1 Nov 2007 12:20:45 -0400 Received: from ahmlir4.mail.eds.com (localhost [127.0.0.1]) by ahmlir4.mail.eds.com (8.13.8/8.12.10) with ESMTP id lA1GKh7X010167 for ; Thu, 1 Nov 2007 12:20:43 -0400 Received: from usahm016.amer.corp.eds.com ([130.175.198.26]) by ahmlir4.mail.eds.com (8.13.8/8.12.10) with ESMTP id lA1GKhPQ010124 for ; Thu, 1 Nov 2007 12:20:43 -0400 Received: from usplm215.amer.corp.eds.com ([148.94.166.25]) by usahm016.amer.corp.eds.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 1 Nov 2007 12:20:43 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: CLASSPATH, .jar files, packages, and so forth Date: Thu, 1 Nov 2007 11:19:55 -0500 Message-ID: <3E47D20FD1918B48AC434AA83B5752960148A609@usplm215.amer.corp.eds.com> In-Reply-To: <4729EFC4.8050402@christopherschultz.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CLASSPATH, .jar files, packages, and so forth Thread-Index: Acgcn8xT+JiU7taYRTKcju4JUpqvjAAALGrg References: <3E47D20FD1918B48AC434AA83B5752960148A602@usplm215.amer.corp.eds.com> <3E47D20FD1918B48AC434AA83B5752960148A607@usplm215.amer.corp.eds.com> <003501c81c49$f9bc59c0$0300000a@animal> <3E47D20FD1918B48AC434AA83B5752960148A608@usplm215.amer.corp.eds.com> <4729EFC4.8050402@christopherschultz.net> From: "Mann, Ivan H" To: "Tomcat Users List" X-OriginalArrivalTime: 01 Nov 2007 16:20:43.0336 (UTC) FILETIME=[26A08480:01C81CA3] X-CFilter-Loop: Reflected X-Virus-Checked: Checked by ClamAV on apache.org Not being able to find the class may mean that it can't find the jar file and it may mean that it can find the jar file but the package and or directory is not done right. The read/write permission on the jar file is 777, so I know that it can read the jar file if it can find it.=20 The applet specified here appears in the web browser just fine. The applet tries to access the BuildSchedule class in response to a menu item and the exception is not thrown until then. The applet tag is=20 The jar file is located in .../webapps/schedule.jar, which is where the applet directory in the cod parameter is. The jar file is built from the same directory using this command: =09 jar cvf schedule.jar applet/schedule/*.class The message is=20 Exception in thread "AWT-EventQueue-7" java.lang.NoClassDefFoundError: applet/schedule/BuildSchedule Ivan Mann --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org