10 messages in com.mysql.lists.javaRe: puzzling mm.mysql problem
FromSent OnAttachments
Christopher Thorpe12 Sep 2001 09:06 
Igor Fedulov12 Sep 2001 09:21 
Christopher Thorpe12 Sep 2001 09:33 
jasper fontaine12 Sep 2001 09:40 
Christopher Thorpe12 Sep 2001 09:45 
Tim Endres12 Sep 2001 10:06 
Christian Andersson12 Sep 2001 10:10 
Mark Matthews12 Sep 2001 10:26 
Alexandros L12 Sep 2001 19:33 
Alexandros L12 Sep 2001 19:36 
Subject:Re: puzzling mm.mysql problem
From:Igor Fedulov (ifed@unique.outlook.net)
Date:09/12/2001 09:21:05 AM
List:com.mysql.lists.java

E:\jclass>java TestDbase Exception in thread "main" java.lang.NoClassDefFoundError: TestDbase

E:\jclass>java -cp c:\mm.mysql\mm.mysql.jar:. TestDbase Exception in thread "main" java.lang.NoClassDefFoundError: TestDbase

first of I would highly recommend to install Cygwin (www.cygwin.com) if you came from *nix enviroment. Second make sure that your CLASSPATH contain '.', i.e. current directory. That error above basically sez that your jvm can't find class with the name TestDbase in CLASSPATH and it's nor checking current directory by default. Hope this helps.