Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 029F2B284 for ; Wed, 18 Jan 2012 21:23:34 +0000 (UTC) Received: (qmail 97360 invoked by uid 500); 18 Jan 2012 21:23:30 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 97169 invoked by uid 500); 18 Jan 2012 21:23:29 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 97155 invoked by uid 99); 18 Jan 2012 21:23:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2012 21:23:29 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.96.59.228] (HELO qmta15.westchester.pa.mail.comcast.net) (76.96.59.228) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2012 21:23:22 +0000 Received: from omta11.westchester.pa.mail.comcast.net ([76.96.62.36]) by qmta15.westchester.pa.mail.comcast.net with comcast id P9GD1i0020mv7h05F9P24Q; Wed, 18 Jan 2012 21:23:02 +0000 Received: from Christophers-MacBook-Pro.local ([69.143.109.145]) by omta11.westchester.pa.mail.comcast.net with comcast id P9P21i00538FjT13X9P2Dg; Wed, 18 Jan 2012 21:23:02 +0000 Message-ID: <4F173835.4070405@christopherschultz.net> Date: Wed, 18 Jan 2012 16:23:01 -0500 From: Christopher Schultz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: [OT] JDK Version Mismatch References: <1326432413349-3666636.post@n6.nabble.com> <99C8B2929B39C24493377AC7A121E21FB00CAD4B0A@USEA-EXCH8.na.uis.unisys.com> <1326439558173-3666730.post@n6.nabble.com> In-Reply-To: <1326439558173-3666730.post@n6.nabble.com> X-Enigmail-Version: 1.3.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 deniz, (Marking OT because this has nothing to do with Tomcat) On 1/13/12 2:25 AM, deniz wrote: > I have created and compiled my class files with jdk 1.7 and then > put them in a jar and included that jar file in my webapp project > on jdk 1.6 which i create jsp files. is this a feasible way to fix > the problem? When compiling, use whatever your compiler's version of the "-target" parameter for javac: you can target a particular (older) JVM and your class files will be readable by them. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8XODUACgkQ9CaO5/Lv0PCONwCgnfMih1JSvXvhcR1oCtkaiUJk bNYAn1UiXt0xV037JP096reWQM1W9GaL =O0b4 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org