I am using IIS 4.0 WebServer on NT 4 Server, and JRun 3.0 at the moment, I tried JRun 2.3.3 build 153 and received compilation errors as well so I grabbed the newest version from allaire.<br><br>From this error I am unsure whether the compilation error is refering to an error within the code; i.e. the syntax for the Calander package, or in my configuration; i.e. missing a directory in my Classpath.<br><br>Any ideas on what this error is reffering to would be greatly appreciated. Thanks.<br>_______________________________________________________<br><br>500 Internal Server Error<br>/vansales/jsp/start/login.jsp:<br><br>javax.servlet.ServletException: Compilation error occured: <br> Found 2 errors in JSP file:<br>:33: Error: "Calendar" is either a misplaced package name or a non-existent entity.<br>:69: Error: Type IOException was not found.<br><br>allaire.jrun.scripting.DefaultCFE: <br>Errors reported by compiler:E:/JRun/servers/default/default-app/WEB-INF/jsp/jrun__vansales__jsp__start__login2ejsp1d.java:2684:38:2684:45: Error: "Calendar" is either a misplaced package name or a non-existent entity.<br>E:/JRun/servers/default/default-app/WEB-INF/jsp/jrun__vansales__jsp__start__login2ejsp1d.java:2720:32:2720:42: Error: Type IOException was not found.<br><br> at allaire.jrun.scripting.JavaCompilerService.compile(JavaCompilerService.java:122)<br> at allaire.jrun.jsp.JSPServlet.compilePage(JSPServlet.java:452)<br> at allaire.jrun.jsp.JSPServlet.createServlet(JSPServlet.java:393)<br> at allaire.jrun.jsp.JSPServlet.loadPage(JSPServlet.java:201)<br> at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:168)<br> at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)<br> at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)<br> at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)<br> at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)<br> at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)<br> at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)<br> at allaire.jrun.ThreadPool.run(ThreadPool.java:267)<br> at allaire.jrun.WorkerThread.run(WorkerThread.java:74)<br>