在eclipse中将struts 2的jar文件放在哪里,给出错误index.jsp(8,40) File"/struts-tags"未找到

发布于 2024-12-24 01:18:22 字数 345 浏览 0 评论 0原文

Eclipse 只提供了在 Java 构建路径 -> 库中包含 jar 文件的选项。在一些教程站点中,他们显示在 WEb-INF/lib 中添加 jar 文件,但我无法在此处添加 jar。我尝试导入文件到 WEB-INF/lib,添加了 jar,但它们没有 jar 图标,而是一些奇怪的图标,当我尝试运行我的 struts 登录页面时,它给了我错误 /index.jsp(8,40) 文件“/struts-tags”未找到。在哪里放置 jar 使其工作,另外,在学习 struts 时,有时我收到 Http 404 错误,但是当我重新启动 eclipse 时(我尝试重新启动服务器,但是它没有帮助)错误突然消失了。为什么会发生这种情况。Eclipse 是如此令人困惑。

Eclipse is only giving me option to include jar files in Java Build Path->Libraries .In some tutorial sites they are showing to add jar files in WEb-INF/lib,but iam not able to add jar here.i tried importing files to WEB-INF/lib,jars were added but they did not had jar icon instead some weird icon ,and when i m trying to run my struts login page its giving me error
/index.jsp(8,40) File "/struts-tags" not found.Where to put jar to make it work,Also while learning struts sometime i get Http 404 error,but when i restart eclipse(I tried restarting server but it didnt help) the error is gone all of a sudden.why this is happening.Eclipse is so confusing.

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

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

发布评论

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

评论(2

锦爱 2024-12-31 01:18:22

转到 eclipse 外部的 web 项目文件夹。复制你的 jar 文件(这是你的项目所必需的)。

打开 Eclipse,按照以下步骤

  1. 右键单击项目(Project Explorer)选择 --> 配置构建路径。
  2. 转到“库”选项卡并单击“添加 jars”,它将打开此向导

在此处输入图像描述

添加所需的 jars,我希望如此会解决你的问题。
确保您的类路径中有所需的罐子..

Go to the your web-project folder outside the eclipse.Cope your jars (which are required for your project).

Than open-up Eclipse, follow these steps

  1. Right Click on project(Project Explorer) choose -->Configure build path.
  2. Go to Library tab and click on add jars, it will open this wizard

enter image description here

Add required jars and i hope this will solve your problem.
Make sure you have required jars in your class-path..

哽咽笑 2024-12-31 01:18:22

由于 jar 显示一些奇怪的图标,我建议您更改 jar 文件。另外,请确保添加的 jar 包含 struts-tags.tld 文件。这将解决 index.jsp 上的错误。

抱歉,系统不允许我发表评论。所以编辑相同。

按照以下步骤检查 jar 是否已正确添加到构建路径 -

  1. 切换到包资源管理器视图。
  2. 检查您的 jar 是否添加到 Web 应用程序库下。如果是,您的罐子已正确添加。
  3. 然后检查 struts-tags.tld 文件是否存在于 struts2-core.jar 中。如果不存在,则复制它或添加包含相同内容的新 jar。

As jars are showing some weird icon, I would suggest you to change the jar files. Also, make sure your added jar contains struts-tags.tld file. This will resolve error on index.jsp.

sorry, system is not allowing me to put comment. So editing the same.

Follow below steps to check the jars are added to build path correctly -

  1. switch to package explorer view.
  2. check whether your jars are added under web app Libraries. If yes your jars are added properly.
  3. Then check struts-tags.tld file is present inside struts2-core.jar. If not present then copy it or add new jar containing the same.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文