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.
我在 Eclipse 中得到 org.sqlite.JDBC ClassNotFoundException。我已经在构建路径中添加了这个 jar。我还提取了这个 jar 并查看了 org.sqlite.JDBC 类和 java 文件。两者都存在于上述包装中。
我也尝试下载不同版本的 Jar,但问题仍然存在。
任何帮助将不胜感激。
谢谢!
将其添加到您的项目lib文件夹中。添加到构建路径仅在编译时有帮助。您需要将 jar 添加到运行时(其中一种方法是将特定的 Jar 添加到 lib 文件夹)
lib