Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎么会得到这个错误?检查图片:
我在普通的java项目(不是android项目)上使用了同一个jar,它曾经可以工作。怎么了?
你得到一个NoClassDefFoundError因为你的 jar 文件在运行时不可用。为了让它在运行时可用,您必须在 java 构建路径中检查 jar 文件上的复选框,如下所示:
NoClassDefFoundError