Hibernate 工具 Eclipse 类路径
如何在 eclipse 中设置 Hibernate Tools 使用的类路径?
我尝试右键单击我的项目,转到“属性”,然后转到“Java 构建路径”,再转到“库”选项卡,然后添加适当的 JAR。然而,即使在我使用上述过程添加 JAR 之后,Hibernate Tools 仍然给出 classNotFound。
How do I set the classpath in eclipse which is used by Hibernate Tools?
I have tried right-clicking on my project, going to properties, then Java Build Path, then the Libraries tab, and adding the appropriate JARs. However, Hibernate Tools still gives a classNotFound even after I added the JAR using the above process.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类路径在“Hibernate Console Configuration”对话框中设置。它似乎与标准 Eclipse 类路径是分开的。
The Classpath is set in the "Hibernate Console Configuration" dialog box. It appears to be separate from the standard eclipse classpath.