导入包javaEE

发布于 2024-12-22 12:00:40 字数 243 浏览 1 评论 0原文

我有一个maven企业应用项目。如何将包(在 EJB 项目中)中包含的 java 类导入到 Web 项目中的 java 类?

我只是尝试一下:

import com.mycompany.persistence.UserEntity;

但我有这样的消息:

包不存在

是不是依赖有问题? 谢谢你的帮助

I have a maven entreprise application project. How can I import a java Class included in a package (in EJB project) to a java Class that is in the Web project?

I simply try this:

import com.mycompany.persistence.UserEntity;

but I have this message :

package does not exist

Is there a problem with dependencies?
thanks for help

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

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

发布评论

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

评论(1

≈。彩虹 2024-12-29 12:00:40

由于问题中提供的信息有限,看来 ejb 项目未指定为 Web 项目中的依赖项。添加这个项目作为依赖项,它应该可以工作。

With the limited information provided in the question, it appears that the ejb project is not specified as a dependency in the web project. Add this project as a dependency and it should work.

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