Cai, Qishan <qishan.cai@...> writes:

> 
> I downloaded it (as zip, verified MD5=cbefb03a4f1d9952cd1e2590d985dde9)
and try to run:
> 
> C: \openSources\apacheSSHd\apache-sshd-1.1.0\bin>sshd.bat
> 
> Error: Could not find or load main class org.apache.sshd.SshServer
> 
> Why is that and how to fix it?
> 
> Thanks
> 
> Qishan Cai
> 
> ----------------------------------------------------------------------
> This message, and any attachments, is for the intended recipient(s) only,
may contain information that is
> privileged, confidential and/or proprietary and subject to important terms
and conditions available
> at http://www.bankofamerica.com/emaildisclaimer.   If you are not the
intended recipient, please
> delete this message.
> 


The SshServer class was moved to 'org.apache.sshd.server' package. The batch
files weren't updated.

You need to change the 'org.apache.sshd.SshServer' to
'org.apache.sshd.server.SshServer' in corresponded script file (.bat or .sh).

Reply via email to