Topic: 软件包不存在 |
Print this page |
1.软件包不存在 | Copy to clipboard |
Posted by: king_wjb Posted on: 2006-03-28 15:53 我见了一个jsp文件,如下: <%@ page language="java" pageEncoding="UTF-8"%> <%@ page import="test.Test"%> <html> <head> <title>DB Test</title> </head> <body> <h2>Results</h2> </body> </html> 在tomcat中运行,提示软件包test不存在!但是实际上这个包是存在的。 package test; public class Test { } 而且,在这个工程的java文件中都能访问这个包,但是一到jsp中就不行了 请问这是怎么回事? |
2.Re:软件包不存在 [Re: king_wjb] | Copy to clipboard |
Posted by: hoden_w Posted on: 2006-03-30 18:09 肯定是没有把Test.class放到WEB-INF下了! |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |