<?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: NoClassDefFoundError: com/lowagie/text/DocumentException</title>
	<atom:link href="http://www.techpitcher.com/noclassdeffounderror-comlowagietextdocumentexception.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techpitcher.com/noclassdeffounderror-comlowagietextdocumentexception.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: Gautam</title>
		<link>http://www.techpitcher.com/noclassdeffounderror-comlowagietextdocumentexception.html/comment-page-1#comment-229</link>
		<dc:creator>Gautam</dc:creator>
		<pubDate>Sat, 05 Dec 2009 20:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=173#comment-229</guid>
		<description>Since you are getting NoClassDefFoundError and not ClassNotFoundException, it means the JAR is there in your classpath but classloader is not able to load this class. May be due to version mismatch. Like you are using JDK1.4 and trying to use a class complied in JDK1.5 or above version. Link might help:
http://www.jroller.com/sjivan/entry/difference_between_classnotfoundexception_and_noclassdeffounderror</description>
		<content:encoded><![CDATA[<p>Since you are getting NoClassDefFoundError and not ClassNotFoundException, it means the JAR is there in your classpath but classloader is not able to load this class. May be due to version mismatch. Like you are using JDK1.4 and trying to use a class complied in JDK1.5 or above version. Link might help:<br />
<a href="http://www.jroller.com/sjivan/entry/difference_between_classnotfoundexception_and_noclassdeffounderror" rel="nofollow">http://www.jroller.com/sjivan/entry/difference_between_classnotfoundexception_and_noclassdeffounderror</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armada</title>
		<link>http://www.techpitcher.com/noclassdeffounderror-comlowagietextdocumentexception.html/comment-page-1#comment-220</link>
		<dc:creator>Armada</dc:creator>
		<pubDate>Mon, 26 Oct 2009 17:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=173#comment-220</guid>
		<description>You are missing itext.jar in project’s build path. This jar can be downloaded from &lt;a href=&#039;http://prdownloads.sourceforge.net/itext&#039; rel=&quot;nofollow&quot;&gt;http://prdownloads.sourceforge.net/itext&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>You are missing itext.jar in project’s build path. This jar can be downloaded from <a href='http://prdownloads.sourceforge.net/itext' rel="nofollow">http://prdownloads.sourceforge.net/itext</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
