jsp页面导入时出错

发布于 2024-11-08 20:26:42 字数 201 浏览 0 评论 0原文

我想使用 Json 执行一些测试。我正在使用谷歌应用程序引擎进行开发。我想知道如何导入 json lib 以及如何在 jsp 页面中导入。 到目前为止我所做的工作可以在图片中看到 在此处输入图像描述

我不确定我是否已添加 jar 文件无论正确与否,它都标有红色。 谢谢

i want to perform some test by using Json . I am using google app engine for development . I want to know how to import json lib and how i can import in jsp page .
The work i have done so far can be seen in pictureenter image description here

i am not sure that i have added jar file correctly or not it is marked with red .
Thanks

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

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

发布评论

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

评论(2

别闹i 2024-11-15 20:26:42

哦,对了,Gson 是 Google JSON 库 - 您需要将其导入 JSP 中。例如,确保它位于您项目的构建路径上

<%@ page import="com.google.gson.Gson" %>

Oh right Gson is the Google JSON library - you'll need to import it in your JSP. Make sure it's on the Build Path for your project for example

<%@ page import="com.google.gson.Gson" %>
南薇 2024-11-15 20:26:42

您还需要在 jsp 上导入它们,就像导入 List

另请参阅

You need to import them on jsp as well, the same way you have imported List

See Also

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