Dear all, I'm using Resin to deploy my servlet & JSP. When I used servlet package there's no problem but when I try to import package from JDK 1.3, ie: java.util.ArrayList and java.lang.reflect.Field the following error messages come up. Can anybody here help me solve it? FYI, I use Windows 95 OSR 2 and the classpath in the autoexec.bat already pointed to my rt.jar & i18n.jar accordingly. Thanks in advance ... The error message is: 500 Servlet Exception Compilation did not generate a .class file. Make sure the `package' matches the directory. javac -classpath C:\RESIN\doc\WEB-INF\classes;C:\RESIN\classes;C:\RESIN\lib\resin.jar;C:\jdk1 .3\lib\tools.jar;C:\jdk1.3\jre\lib\rt.jar;C:\jdk1.3\jre\lib\i18n.jar;C:\RESI N\lib\jsdk23.jar;C:\RESIN\lib\jdbc2_0-stdext.jar;C:\RESIN\lib\jta-spec1_0_1. jar;C:\RESIN\lib\jndi.jar;C:\RESIN\lib\dom.jar;C:\RESIN\lib\sax.jar;C:\RESIN \lib\jaxp.jar;C:\RESIN\lib\webutil.jar;C:\JDK1.3\jre\lib\i18n.jar;C:\JDK1.3\ jre\lib\jaws.jar;C:\JDK1.3\jre\lib\rt.jar;C:\JDK1.3\LIB\dt.jar;C:\JDK1.3\LIB \tools.jar;C:\JDK1.3\jre\lib\sunrsasign.jar;C:\Blazix\Blazix.jar;C:\JDK1.3\J RE\lib\rt.jar;C:\JDK1.3\JRE\lib\i18n.jar;C:\JDK1.3\JRE\lib\sunrsasign.jar;C: \JDK1.3\JRE\classes;C:\RESIN\doc\WEB-INF\classes -d C:\RESIN\doc\WEB-INF\classes C:\RESIN\doc\WEB-INF\classes\HelloWorld.java ---------------------------------------------------------------------------- ---- Resin 2.0.b2 (built Tue Apr 17 09:41:58 PDT 2001) Erwin Kodiat Mitrais Software Development Center Bali, Indonesia Tel: +62 361 755025 Fax: +62 361 755024 http://www.mitrais.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets