如何下载 Java Servlet 文档并附加到 eclipse
这个问题说明了一切。如何下载 java servlet 和/或 jsp 文档并将其附加到 Eclipse?
顺便说一句,我正在使用 apache tomcat 6.0.32。
The question says it all. How can I download java servlet and/or jsp documentation and attach it with Eclipse?
I am using apache tomcat 6.0.32, by the way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
由于您使用的是 Tomcat,因此需要下载 Tomcat 源代码分发版。这是 Tomcat 6.0。 32 来源。下载后,打开随机的 Servlet API 或 Tomcat API 特定文件,例如 Ctrl+Click 或 Ctrl+Shift+T
HttpServlet
,然后单击附加源,然后找到 zip 文件你刚刚下载。就是这样。
Since you're using Tomcat, you need to download the Tomcat Source Code Distribution. Here is the Tomcat 6.0.32 source. Once downloaded, open a random Servlet API or Tomcat API specific file, e.g. Ctrl+Click or Ctrl+Shift+T
HttpServlet
, then click Attach source, then locate the zip file you just downloaded.That's it.
从 Tomcat 网页的源代码发行版部分下载 zip 文件(不是二进制发行版)。然后将源附加到此下载的文件中。
Download from the Tomcat web page in section Source Code Distributions the zip file (not Binary Distributions). Then attach the source to this downloaded file.