I logged this as a documentation bug:

https://issues.apache.org/jira/browse/DERBY-3518

--
John


Tosca Lahiri wrote:
Hello,
I am going through the Activities at ___http://db.apache.org/derby/docs/dev/getstart/_.

However, at Activity 3*** javac WwdEmbedded.java*

I get the following errors:

C:\derbytutor>javac WwdEmbedded.java
WwdEmbedded.java:80: cannot resolve symbol
symbol  : variable WwdUtils
location: class WwdEmbedded
             if (! WwdUtils.wwdChk4Table(conn))
                   ^
WwdEmbedded.java:92: cannot resolve symbol
symbol  : variable WwdUtils
location: class WwdEmbedded
                answer = WwdUtils.getWishItem();
                         ^
2 errors

Any ideas on where I am going wrong?
Thanks,
Tosca


Reply via email to