可能重复:
My code compiles in Eclipse but I get a ClassNotFound at runtime how can I fix it?
我在applet中引用了Joda Time,当我在Eclipse中调试时,所有内容都按预期运行。但是当我导出我的jar文件时出现错误
java.lang.NoClassDefFoundError:org / joda / time / ReadableInstant
在运行时。
我错过了什么?
答案 0 :(得分:1)
将joda jar放在<web-server-root>/webapps/myapp/WEB-INF/lib
目录