Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 61961 invoked from network); 26 Dec 2002 17:27:21 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 26 Dec 2002 17:27:21 -0000 Received: (qmail 22320 invoked by uid 97); 26 Dec 2002 17:28:17 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 22295 invoked by uid 97); 26 Dec 2002 17:28:16 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 22283 invoked by uid 98); 26 Dec 2002 17:28:16 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Shankar Chelakarai" To: "Tomcat Users List" Subject: RE: Tomcat 3.3.1 and jdk1.4 Date: Thu, 26 Dec 2002 12:20:55 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ok I got it working.. my mistake .. for some reason never had a lib directory inside java1.4 directory . It had the tools.jar file in it. Now it works just fine. -----Original Message----- From: Shankar Chelakarai [mailto:schelakarai@audiopoint.net] Sent: Thursday, December 26, 2002 12:05 PM To: Tomcat Users List Subject: Tomcat 3.3.1 and jdk1.4 Hi , I have been fighting with this problem for quite sometime now. Can anyone tell me what the problem could be. I have jdk1.4 installed with tomcat 3.3.1 on a Unix box. I have set the JAVA_HOME directory set to point to java1.4 . And when I do java -fullversion I do get java full version "1.4.0-b92" Now I get this error when I try to run a jsp org.apache.jasper.JasperException: Unable to compile error: Invalid class file format in /usr/java1.4/jre/lib/rt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand. /export/home/jakarta-tomcat-3.3.1/work/DEFAULT/vt/PopAvail_1.java:0: Class java.lang.Object not found in class javax.servlet.GenericServlet. import javax.servlet.*; ^ 2 errors at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898) at org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:73 3) at org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506) at org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968 ) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:87 5) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833) at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10I nterceptor.java:176) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:516) at java.lang.Thread.run(Thread.java:536) I made a few searched on the web and everyone say that its because of version mismatch . I am not able to figure out where exactly I need to change what. One suggestion was to replace tools.jar but I don't see that jar file being used by jdk1.4 at all. Any suggestions will be most welcome. Thanks Shankar -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: