Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 22536 invoked from network); 16 Sep 2004 07:04:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Sep 2004 07:04:12 -0000 Received: (qmail 74804 invoked by uid 500); 16 Sep 2004 07:03:22 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 74721 invoked by uid 500); 16 Sep 2004 07:03:21 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 74693 invoked by uid 99); 16 Sep 2004 07:03:19 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of j-najarian@earthlink.net designates 207.217.120.253 as permitted sender) Received: from [207.217.120.253] (HELO audiogram.mail.pas.earthlink.net) (207.217.120.253) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Sep 2004 00:03:17 -0700 Received: from h-68-164-66-145.lsanca54.dynamic.covad.net ([68.164.66.145] helo=john8f168ub37u) by audiogram.mail.pas.earthlink.net with asmtp (Exim 4.34) id 1C7qIU-0007HS-6p for tomcat-user@jakarta.apache.org; Thu, 16 Sep 2004 00:03:14 -0700 From: "John Najarian" To: "'Tomcat Users List'" Subject: RE: A little offbeat question Date: Thu, 16 Sep 2004 00:03:03 -0700 Message-ID: <000001c49bbb$38c7e2f0$3202a8c0@john8f168ub37u> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal In-Reply-To: <000001c49bba$ea04c520$3202a8c0@john8f168ub37u> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-ELNK-Trace: 679dfbb06a7a1f3d168e194d3c8eb7fa239a348a220c260958784093f865913e1224db1ae1670fa0666fa475841a1c7a350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 68.164.66.145 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N One more thing, tomcat was running fine. -----Original Message----- From: John Najarian [mailto:j-najarian@earthlink.net]=20 Sent: Thursday, September 16, 2004 12:01 AM To: tomcat-user@jakarta.apache.org Subject: A little offbeat question I tried to run a program I thought would but it doesn't. This is on a windows XP platform. Everything compiled well but I get this error: Exception in thread "main" java.lang.NoClassDefFoundError: = HelloWorld/class =20 So I went back and tried a no brainer 'HelloWorld' This is the code. /** * The HelloWorld class implements an application that * displays "Hello World!" to the standard output. */ public class HelloWorld { public static void main(String[] args) { // Display "Hello World!" System.out.println("Hello World!"); } } =20 It compiles but I get the same error. I check my environment variables and mine are JAVA_HOME c:\j2sdk1.4.2_03 PATH C:\Perl\bin\;C:\j2sdk1.4.2_03\bin\;C:\j2sdkee1.3.1\bin\;%SystemRoot%\syst= em3 2;%SystemRoot%;%SystemRoot%\system32\WBEM =20 Any ideas? =20 Thanks in advance --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org