我正在尝试使用Jgit克隆我的git存储库,我得到了这个异常:
`java.lang.NoClassDefFoundError: com/jcraft/jsch/JSchException
at org.eclipse.jgit.transport.Transport.<clinit>(Transport.java:112)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:118)
at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:178)
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
`
我在/ lib中下载并复制了Jsch并重新启动了我的应用程序(因为Jgit依赖于这个jar),我仍然得到同样的错误。我正在使用命令行中的ant运行java应用程序构建。任何其他细节请告诉我。