[jcifs] what's that?

Michael B Allen mballen at erols.com
Mon Jan 14 17:52:13 EST 2002


This happends when you only partially compile a package. If for
example you dropped in new source and recompiled, javac might see that
SmbSession.java was already compiled and therefore skip it. You just
need to wipe clean and recompile everything. In this particular case
the signature of logoff() has changed to logoff(boolean) so you get
this error.

On Mon, 14 Jan 2002 08:19:53 +0300
"Dmitry" <surfer at ok.ru> wrote:

> /
> java.lang.NoSuchMethodError: jcifs.smb.SmbSession: method 
> logoff()V not found
>          at 
> jcifs.smb.SmbTransport.tryClose(SmbTransport.java:282)
>          at 
> jcifs.smb.SmbTransport.run(SmbTransport.java:385)
>          at java.lang.Thread.run(Thread.java)
> ---
> Professional hosting for everyone - http://www.host.ru
> 


-- 
May The Source be with you.




More information about the jcifs mailing list