由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - where is my j2ee.jar file
相关主题
大家都是怎么自学J2EE的.Net developer doing Java
怎么快速掌握J2EE?Tomcat JSF问题:web.xml error-page设置
Any body uses wicket framework for web development?有没有人熟悉tomcat?急!
An interesting comment regarding Wicket.Question on JSP EL
有想学JSF的同行么? (确切地说 JSF+Spring+Hibernate)start up tomcat problem
哪个牛人来说一下JSF的前景安装tomcat不成功
jsp和j2ee什么关系?大家都是搞技术的
java development environmentj2ee现在流行什么?
相关话题的讨论汇总
话题: j2ee话题: servlet话题: tomcat话题: win2k话题: compile
进入Java版参与讨论
1 (共1页)
k******d
发帖数: 8
1
I installed j2ee 1.4, tomcat 4 on win2k, I can't compile java
files which import javax.servlet.*
Be aware of that I need to have j2ee.jar which include the servlet package,
I do a search but I can't find it anywhere. Please help.
r***l
发帖数: 67
2
Not quite sure if there is a j2ee.jar.
J2EE 1.4 contains sun's implementation of J2EE application server, J2SE1.4,
JSF, JSTL and some sample code.
If you just want to develop servlet application, servlet.jar comes with tomcat
should be good enough. Make sure servlet.jar is under your classpath.

【在 k******d 的大作中提到】
: I installed j2ee 1.4, tomcat 4 on win2k, I can't compile java
: files which import javax.servlet.*
: Be aware of that I need to have j2ee.jar which include the servlet package,
: I do a search but I can't find it anywhere. Please help.

xt
发帖数: 17532
3

j2ee.jar comes with J2EE only. You should use the correct j2ee.jar for
Sun or IBM JDK.

【在 r***l 的大作中提到】
: Not quite sure if there is a j2ee.jar.
: J2EE 1.4 contains sun's implementation of J2EE application server, J2SE1.4,
: JSF, JSTL and some sample code.
: If you just want to develop servlet application, servlet.jar comes with tomcat
: should be good enough. Make sure servlet.jar is under your classpath.

1 (共1页)
进入Java版参与讨论
相关主题
j2ee现在流行什么?有想学JSF的同行么? (确切地说 JSF+Spring+Hibernate)
请问哪个J2EE MVC Framework最有前途哪个牛人来说一下JSF的前景
web application一定要掌握javascript和ajax吗jsp和j2ee什么关系?
做Java web development 一定要 struts + spring + hibernate 吗java development environment
大家都是怎么自学J2EE的.Net developer doing Java
怎么快速掌握J2EE?Tomcat JSF问题:web.xml error-page设置
Any body uses wicket framework for web development?有没有人熟悉tomcat?急!
An interesting comment regarding Wicket.Question on JSP EL
相关话题的讨论汇总
话题: j2ee话题: servlet话题: tomcat话题: win2k话题: compile