Thanks people, you saved my life...CLASSPATH was my problem...
Bryan Pendleton wrote: > >> When I try to run WwdEmbedded.java there is an error that looks like >> this: >> ----------------------------------------------------------------------- >> C:\Documents and Settings\Zoran\Desktop\DERBYTUTOR>java WwdEmbedded >> Exception in thread "main" java.lang.NoClassDefFoundError: WwdEmbedded > > I suspect this is because you didn't set your CLASSPATH environment > variable > carefully, to include "." in the classpath. See step (1) of the > instructions at: > http://db.apache.org/derby/docs/dev/getstart/twwdactivity3_Setup.html > and ensure that you have done: > > set CLASSPATH=%DERBY_HOME%\lib\derby.jar;. > > thanks, > > bryan > > > > > -- View this message in context: http://old.nabble.com/Hello-tp26595406p26597029.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
