List:MySQL and Java« Previous MessageNext Message »
From:Jeff Mathis Date:August 11 2004 3:36pm
Subject:Re: NoClassDefFoundError
View as plain text  
have you seen these errors before? they mean at compile time, the 
compiler had all the info it needed, but at runtime, the class could not 
be found. if you use introspection to load the class, you may not get a 
compiler error either if the class can't be found. i would check your 
class path first.

j
Markus Kattenbeck wrote:
> Hey guys,
> 
> there's a problem: when i try to get a connection to a non-local mmysql
> server the JVM send the message "Exception in thread "main"
> java.lang.NoClassDefFoundError: aConnectionToDBClass", where
> aConnectionToDBClass is the name of the class I wrote.
> 
> What's wrong?
> 
> Thank you for help,
> 
> Markus
> 


-- 
Jeff Mathis, Ph.D.			505-955-1434
Prediction Company			jmathis@stripped
525 Camino de los Marquez, Ste 6	http://www.predict.com
Santa Fe, NM 87505

Thread
NoClassDefFoundErrorMarkus Kattenbeck11 Aug
  • Re: NoClassDefFoundErrorJeff Mathis11 Aug