Le 4/9/13 11:40 AM, Pramila V a écrit :
> Hi,
> Thanks for the reply. I have downloaded the SshServer.java, SshClient.java.
> I downloaded all the respective lib files. I configured the port in
> SshServer.java file & compiled the SshServer.java.
>
> It shows the following error,
>
> server_files\SshServer.java:40: cannot find symbol
> symbol  : class SshdSocketAddress
> location: package org.apache.sshd.common
> import org.apache.sshd.common.SshdSocketAddress;
>                              ^
> server_files\SshServer.java:52: cannot find symbol
> symbol  : class DefaultTcpipForwarderFactory
> location: package org.apache.sshd.common.forward
> import org.apache.sshd.common.forward.DefaultTcpipForwarderFactory;
>                                      ^
> server_files\SshServer.java:53: cannot find symbol
> symbol  : class TcpipServerChannel
> location: package org.apache.sshd.common.forward
> import org.apache.sshd.common.forward.TcpipServerChannel;
>                                      ^
> server_files\SshServer.java:71: cannot find symbol
> symbol  : class ForwardingFilter
> location: package org.apache.sshd.common
> import org.apache.sshd.common.ForwardingFilter;
>                              ^
> server_files\SshServer.java:265: cannot find symbol
> symbol  : class ForwardingFilter
> location: class org.apache.sshd.SshServer
>     public void setTcpipForwardingFilter(ForwardingFilter forwardingFilter)
> {
>                                          ^
>
> Request you to help us how to proceed.

This is a bug in trunk. Due to the way Windows handles file on disk (ie,
case insensitive), we comitted some classes which names were in lower
case, when Java is expecting UpperCase.

That will be fixed soon.


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com 

Reply via email to