기술지원 문의

정말 환경설정 힘드네요^^;
김성임 / 2002-12-17 00:00

안녕하세요..
resin ee 2.1.5 버젼을 받아서 테스트해보던중 문제가 발생해서 문의 드립니다.
환경은 win2000에 iis5.0 이구요^^;
현재 jsp, servlet 은 정상적으로 동작하는데..

web-inf/classes 에서 컴파일한 패키지(빈 + 일반 클래스)들이 인식이 안되는지 에러가 납니다.
(Import 는 제대로 되는데 인스턴스 시킬때...)

에러는 
error: File c:\\j2sdkee1.3.1\\service\\WEB-INF\\classes\\AARConnectionPool.java
does not contain type AARConnectionPool as expected. Please adjust the
class path so that the file does not appear in the unnamed package.
/test.jsp:8: Class AARConnectionPool not found.
AARConnectionPool cp = new AARConnectionPool();

이런식으로 나구요..
conf 파일을 첨부해 보겠습니다.
도와주시면 감사하겠습니다.

!!

방금 알아낸 사실인데 위에 AARConnectionPool 이라는 녀석이
패키지로 선언되어 있는데 패키지 임포트 할때 * 를 안쓰고 직접 명시하니깐 되네요..
이유가 뭘까요?