iBATOR classPathEntry,可以设置为相对于项目吗?

发布于 2024-07-24 14:20:46 字数 268 浏览 1 评论 0原文

在学习本教程时,我真正有疑问的一件事是 classPathEntry:http://blog。 agdunn.net/?p=313

请注意,他的条目硬连接到 mysql-connector jar 的完整路径:

在这种情况下有没有办法将项目根指定为变量?

例子:

谢谢!

When following this tutorial the one thing I really have a question on is the classPathEntry: http://blog.agdunn.net/?p=313

Notice his entry is hard wired to the full path of the mysql-connector jar:

Is there a way to specify the project root as a variable in this type of situation?

example:

Thanks!

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

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

发布评论

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

评论(1

み格子的夏天 2024-07-31 14:20:46

我不确定我是否理解你的问题?! 您想知道是否可以消除 mysql 连接器的绝对指定路径吗?

如果是这样,ibator 文档会有所帮助。 来自文档

元素

此元素是可选的,如果您在 Ibator 外部设置类路径(例如使用 java 命令的 -cp 参数),则不需要此元素。

这表明如果您是将 mysql-connector 添加到类路径的其他位置,例如启动脚本。

I'm not sure I understand your question?! Do you want to know if you can eliminate to absolute specified path to the mysql-connector?

If so, the ibator documentation is of help. From the docs:

The <classPathEntry> Element

This element is optional and is not required if you setup the classpath externally to Ibator (e.g. with the -cp argument of the java command.

Which indicates you can do without if you are adding the mysql-connector somewhere else to the classpath, for example your startup script.

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