由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 请问javax.portlet包在JDK的哪个jar文件里面(在线等)
相关主题
ant javac error in eclipse 3.0?Re: Where can i find this package?
请推荐一本J2EE的书请问个从windows通过jdbc连server的问题
如何学spring和hibernate弱人来提个问题
啥时候java spring framework也成了legacy framework了servlet读取directory的基本问题
土人问个J2EE的弱问题 *_<新手请教 Java EE JDK6 vs Java EE JDK5
想自学J2EEout of memory
佛渡有缘人 - J2EE Developer(最大期权,期货结算公司), 站内Confluence太贵了
J2EE Developer(最大期权,期货结算公司), 站内,需绿卡Jar question
相关话题的讨论汇总
话题: jar话题: 文件话题: portlet话题: j2ee话题: jdk
进入Java版参与讨论
1 (共1页)
G****A
发帖数: 4160
1
想编译一个.java文件,报错.
文件包含:import javax.portlet.GenericPortlet;
编译器好像识别不出来这个包, 网上搜了一下,说是应该把包含javax.portlet的.jar文
件添加到classpath里面,但是不知道是哪个儿文件.
我用的JDK1.6.0_03
谢谢大家指点
g*****g
发帖数: 34805
2
This is portlet API, JSR 168, you should be able to find it
from Sun, Jboss or Apache, they have their own implementation.
This one should work
http://www.ibiblio.org/maven/javax.portlet/jars/

【在 G****A 的大作中提到】
: 想编译一个.java文件,报错.
: 文件包含:import javax.portlet.GenericPortlet;
: 编译器好像识别不出来这个包, 网上搜了一下,说是应该把包含javax.portlet的.jar文
: 件添加到classpath里面,但是不知道是哪个儿文件.
: 我用的JDK1.6.0_03
: 谢谢大家指点

l****u
发帖数: 2166
3
is it in j2ee bah, assume
try to look at ur app/web server package

【在 G****A 的大作中提到】
: 想编译一个.java文件,报错.
: 文件包含:import javax.portlet.GenericPortlet;
: 编译器好像识别不出来这个包, 网上搜了一下,说是应该把包含javax.portlet的.jar文
: 件添加到classpath里面,但是不知道是哪个儿文件.
: 我用的JDK1.6.0_03
: 谢谢大家指点

l****u
发帖数: 2166
4
is it a seperate packed than j2ee mah?

【在 g*****g 的大作中提到】
: This is portlet API, JSR 168, you should be able to find it
: from Sun, Jboss or Apache, they have their own implementation.
: This one should work
: http://www.ibiblio.org/maven/javax.portlet/jars/

m******t
发帖数: 2416
5

I don't think you can find it in a plain vanilla j2ee container. It's not
sufficient for OP to just download the jar either, because that only get him
through compilation. To run it, he needs a portlet server.

【在 l****u 的大作中提到】
: is it a seperate packed than j2ee mah?
l****u
发帖数: 2166
6

him
true

【在 m******t 的大作中提到】
:
: I don't think you can find it in a plain vanilla j2ee container. It's not
: sufficient for OP to just download the jar either, because that only get him
: through compilation. To run it, he needs a portlet server.

1 (共1页)
进入Java版参与讨论
相关主题
Jar question土人问个J2EE的弱问题 *_<
j2ee启动时, 启动了tomcat吗?想自学J2EE
问一个J2EE和Tomcat问题佛渡有缘人 - J2EE Developer(最大期权,期货结算公司), 站内
what wrong with jboss?J2EE Developer(最大期权,期货结算公司), 站内,需绿卡
ant javac error in eclipse 3.0?Re: Where can i find this package?
请推荐一本J2EE的书请问个从windows通过jdbc连server的问题
如何学spring和hibernate弱人来提个问题
啥时候java spring framework也成了legacy framework了servlet读取directory的基本问题
相关话题的讨论汇总
话题: jar话题: 文件话题: portlet话题: j2ee话题: jdk