Hi

I'm getting some unresolved symbols compiling under windows. I downloaded cygwin and get lots of these errors.

make[1]: Entering directory `/cygdrive/c/aaa/telnet/jta20'
javac -g -deprecation -classpath .:. de/mud/jta/Applet.java
de/mud/jta/Applet.java:21: package de.mud.jta.event does not exist
import de.mud.jta.event.AppletRequest;
                        ^
I'm assuming its a classpath problem but I don't know where to start looking.

Thanks
Howard Brinsmead