I get the following errors:

C:\derbytutor>javac WwdEmbedded.java
WwdEmbedded.java:80: cannot resolve symbol
symbol  : variable WwdUtils

Try running

   javac WwdUtils.java

first.

Or you can compile all the files in the directory at once with

   javac *.java

thanks,

bryan


Reply via email to