Daily Archives: September 18, 2008

svnant: java.lang.NoClassDefFoundError: com/trilead/ssh2/InteractiveCallback

Today I was integrating svn with ant using svnant plugin. I encountered the error java.lang.NoClassDefFoundError: com/trilead/ssh2/InteractiveCallback  Basically I was operating on SSH layer so it needs a additional support for connecting to the server. this is looking for trilead-ssh2-build213.zip that … Continue reading

Posted in Java, Troubleshoot | 2 Comments