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
