Java +包含用于持续集成服务器的 sqljdbc4.jar

发布于 2024-10-31 17:19:08 字数 356 浏览 0 评论 0原文

有谁知道我如何在项目内使用 sqljdbc4 jar 文件,但不将其设置在 Eclpise 内项目的构建路径中? 我将我的项目存储在源代码控制存储库中,并有一个 Countinulous Integration Server (Jenkins) 来运行我的 java 测试。 如果 sqljdbc4 jar 仅包含在 Eclipse 级别,则 Countineous Integration Server 会提示找不到指定的类(使用 Class.forName()),因为该文件未随我的 java 代码“一起发送”。

我也使用 Maven,但 Maven 存储库似乎没有提供它作为依赖项。

或者我可以使用任何替代方案来代替 sqljdbc4?

谢谢;

does anyone know how I can use the sqljdbc4 jar file inside a project but without setting it in the build path of the project inside Eclpise?
I store my project in a source control repository and have a Countinuous Integration Server (Jenkins) to run my java tests.
If the sqljdbc4 jar is included at Eclipse level only, the Countinuous Integration Server yells it cannot find the class specified (using Class.forName()) as the file is not "shipped" with my java code.

I also use Maven but it seems to not be provided by Maven repository as dependency.

Or any alternative I could use instead of sqljdbc4?

Thanks;

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹过旳痕迹 2024-11-07 17:19:08

您可能会发现Using eclipse and maven 2, how to get dependency for sqljdbc4?很有帮助,因为它向您展示了如何添加sqljdbc4作为依赖。您还必须在 CI 服务器上执行此操作,除非您有存储库管理器,例如 http://nexus。 sonatype.org/,然后您可以在那里安装它。

You may find this Using eclipse and maven 2, how to get dependancy for sqljdbc4? helpful as it shows you how to add sqljdbc4 as a dependency. You will have to do this on your CI server as well, unless you have a repository manager such as http://nexus.sonatype.org/, then you can install it there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文