Hi All.
I am trying to tunnel between applet and servlet and followed this doco
:
[code]
import java.io.*;
public abstract class TunnelLiteClient extends BaseTunnelClient
{ ...etc...
}
[/code]
Unfortunately javac does not recognise symbol BaseTunnelClient
Any packages I need to import ?
Where can I find it ?
TIA-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
