Re: NoClassDefFound

2002-05-22 Thread irfan ali
Have you setup your CLASSPATH environment variable to point your lib and include directories under your JDK root folder? Check it out. You can do something like this CLASSPATH=c:\j2sdk1.4.0\lib;c:\j2sdk1.4.0\include;. Don't miss the dot at the end. Irfan - Original Message - From:

RE: NoClassDefFound

2002-05-22 Thread BBui
There are already other classes running on this site, including some that use dom. Bao-Ha Dam Bui [EMAIL PROTECTED] S. Jude Medical, Inc 651.765.1018 -Original Message- From: irfan ali [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:58 AM To: Tomcat Users List Subject: Re

Re: NoClassDefFound

2002-01-10 Thread Mika Goeckel
Hi, have you set your CLASSPATH env variable or are you providing a classpath (-classpath directory:directory:directory/file.jar.) with your command line? Additionally you have to provide the fully qualified Classname (package.package.package.ClassName, for example

RE: NoClassDefFound

2002-01-09 Thread Michael Wentzel
I am trying to run a stand alone class using the java + classname.class command and I got the NoClassDefFoundError exception. Could someone tell me what I should do? Thanks very much. don't include .class. For example if my class file is MyClass.class java MyClass Also, btw,

Re: NoClassDefFound

2002-01-09 Thread Bo Xu
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 2:08 PM Subject: NoClassDefFound Hi all, I am trying to run a stand alone class using the java + classname.class command and I got the NoClassDefFoundError exception. Could