<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: java.lang.UnsupportedClassVersionError: Bad version number in .class file</title>
	<atom:link href="http://www.techpitcher.com/javalangunsupportedclassversionerror-bad-version-number-in-class-file.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techpitcher.com/javalangunsupportedclassversionerror-bad-version-number-in-class-file.html</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jun 2010 14:46:24 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Abhishek</title>
		<link>http://www.techpitcher.com/javalangunsupportedclassversionerror-bad-version-number-in-class-file.html/comment-page-1#comment-20</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Thu, 16 Oct 2008 15:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=70#comment-20</guid>
		<description>This error is reported when someone is trying to deploy war which contains java files which have been compiled by jdk version which is lower than the jdk version which the tomcat uses.For example we compiled java files using jdk 1.4 and now we are trying to deploy it in tomcat which uses jdk 1.5.
Solution is either make tomcat uses older version of jdk or again create java class files using the version that is being used by tomcat.</description>
		<content:encoded><![CDATA[<p>This error is reported when someone is trying to deploy war which contains java files which have been compiled by jdk version which is lower than the jdk version which the tomcat uses.For example we compiled java files using jdk 1.4 and now we are trying to deploy it in tomcat which uses jdk 1.5.<br />
Solution is either make tomcat uses older version of jdk or again create java class files using the version that is being used by tomcat.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
