由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: JSP菜鸟一问
相关主题
JSP How to Invoke the Specific version of Xerces-JEclipse可以让一个项目使用refer另一个项目吗
JSP菜鸟一问使用JAVA的一则经验和教训
Re: Desperately need help on DB2 connection through jdbc in jsp pageJSP程序中如何在客户端启动另外的JAR程序
[转载] Urgent Help needed about Java Servlet?JSP tag file and EL warnings
Axis1.2RC3问题菜鸟请教版上大虾--如何用Java建一个连接Dababase的Tomcat网页
大家愿意讨论一下log4j么菜鸟问题一问
问个eclipse的问题JB JAVA Bean,SERVLET位置一问
classpath 和 lib/ext 的区别?JSP一问
相关话题的讨论汇总
话题: class话题: jsp话题: web话题: your话题: inf
进入Java版参与讨论
1 (共1页)
xt
发帖数: 17532
1

Or just use fully qualified class names. Of course the first thing is to
have the class in your classpath
m*****e
发帖数: 126
2
JSP files can be at anywhere under your document root. Supporting class files
should be in a special location defined by your web server. Usually the
location is WEB-INF/class. Below this you have the normal directory structures
for packages.
m******t
发帖数: 2416
3

files
structures
Don't mean to pick on your typo, which I'm sure it is, but this is kind of
important - it's WEB-INF/classes, or your classes won't get picked up. 8-)

【在 m*****e 的大作中提到】
: JSP files can be at anywhere under your document root. Supporting class files
: should be in a special location defined by your web server. Usually the
: location is WEB-INF/class. Below this you have the normal directory structures
: for packages.

1 (共1页)
进入Java版参与讨论
相关主题
JSP一问Axis1.2RC3问题
[合集] Are JSPs Dead?大家愿意讨论一下log4j么
Eclipse不能保存UTF-8文件?问个eclipse的问题
Re: In need of an implemetation of Tree structure.classpath 和 lib/ext 的区别?
JSP How to Invoke the Specific version of Xerces-JEclipse可以让一个项目使用refer另一个项目吗
JSP菜鸟一问使用JAVA的一则经验和教训
Re: Desperately need help on DB2 connection through jdbc in jsp pageJSP程序中如何在客户端启动另外的JAR程序
[转载] Urgent Help needed about Java Servlet?JSP tag file and EL warnings
相关话题的讨论汇总
话题: class话题: jsp话题: web话题: your话题: inf