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 在 Eclipse 中开发一个插件,作为插件要求,我需要将数据库表值检索到我的 java 类中(目前我正在使用 SQL Server2008 数据库)。我还在库中添加了jtds1.2.5.jar ,但我仍然无法得到结果
谁能帮我
提前致谢
插件的类路径必须使用 MANIFEST.MF 文件指定,无论这意味着您要包含在插件中的 .jar 文件还是您所依赖的其他插件中。如果 NoClassDefFoundErrors 不是您无法获得 JDBC 结果的原因,那么提供有关您遇到的错误的更多信息会有所帮助。