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
Tosca Lahiri