<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Error Solved &#187; eclipse</title>
	<atom:link href="http://solveme.wordpress.com/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://solveme.wordpress.com</link>
	<description>Finally I solved the error</description>
	<lastBuildDate>Wed, 11 Nov 2009 07:19:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='solveme.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/605bab9a55109a23e84e1160bb1e5c3b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Error Solved &#187; eclipse</title>
		<link>http://solveme.wordpress.com</link>
	</image>
			<item>
		<title>Eclipse project missing java builder</title>
		<link>http://solveme.wordpress.com/2009/01/06/eclipse-project-missing-default-java-builder/</link>
		<comments>http://solveme.wordpress.com/2009/01/06/eclipse-project-missing-default-java-builder/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 09:43:13 +0000</pubDate>
		<dc:creator>daringtakers</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[builder]]></category>

		<guid isPermaLink="false">http://solveme.wordpress.com/?p=46</guid>
		<description><![CDATA[Description: Eclipse can not build the project, because  project is missing default builder.  It happens most of the time when checking out project from SVN or CVS.
Solution:  You need to add the default Java builder into .project file.
Verify that following lines are present in .project file of the eclipse project. If it is not present [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=46&subd=solveme&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Description: Eclipse can not build the project, because  project is missing default builder.  It happens most of the time when checking out project from SVN or CVS.</p>
<p>Solution:  You need to add the default Java builder into <strong>.project</strong> file.</p>
<p>Verify that following lines are present in <strong>.project</strong> file of the eclipse project. If it is not present in the file, copy it from here and save the file.</p>
<h3>Adding default Java builder</h3>
<p><code><br />
&lt;buildSpec&gt;<br />
&lt;buildCommand&gt;<br />
&lt;name&gt;org.eclipse.jdt.core.javabuilder&lt;/name&gt;<br />
&lt;arguments&gt;<br />
&lt;/arguments&gt;<br />
&lt;/buildCommand&gt;<br />
&lt;/buildSpec&gt;<br />
&lt;natures&gt;<br />
&lt;nature&gt;org.eclipse.jdt.core.javanature&lt;/nature&gt;<br />
&lt;/natures&gt;<br />
</code></p>
<p>That&#8217;s it! select the Java builder from project propertiese &gt; builder, clean and build the project again. you should be able to build the project now.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solveme.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solveme.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solveme.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solveme.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solveme.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solveme.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solveme.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solveme.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solveme.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solveme.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=46&subd=solveme&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solveme.wordpress.com/2009/01/06/eclipse-project-missing-default-java-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66e04160aa66aeb25c4340959c5f2995?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daringtakers</media:title>
		</media:content>
	</item>
		<item>
		<title>An internal error occurred during updating JSP index</title>
		<link>http://solveme.wordpress.com/2008/10/06/an-internal-error-occurred-during-updating-jsp-index/</link>
		<comments>http://solveme.wordpress.com/2008/10/06/an-internal-error-occurred-during-updating-jsp-index/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 13:32:05 +0000</pubDate>
		<dc:creator>daringtakers</dc:creator>
				<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://solveme.wordpress.com/?p=30</guid>
		<description><![CDATA[Problem  Whenever I replace any jar file in workspace, eclipse shows error
An internal error occurred during updating JSP index
Solution the only solution I know so far is, restart eclipse workspace.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=30&subd=solveme&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Problem </strong> Whenever I replace any jar file in workspace, eclipse shows error<br />
An internal error occurred during updating JSP index</p>
<p><strong>Solution</strong> the only solution I know so far is, restart eclipse workspace.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solveme.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solveme.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solveme.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solveme.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solveme.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solveme.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solveme.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solveme.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solveme.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solveme.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=30&subd=solveme&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solveme.wordpress.com/2008/10/06/an-internal-error-occurred-during-updating-jsp-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66e04160aa66aeb25c4340959c5f2995?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daringtakers</media:title>
		</media:content>
	</item>
		<item>
		<title>Unable to install breakpoint due to missing line number attributes</title>
		<link>http://solveme.wordpress.com/2008/08/27/unable-to-install-breakpoint-due-to-missing-line-number-attributes/</link>
		<comments>http://solveme.wordpress.com/2008/08/27/unable-to-install-breakpoint-due-to-missing-line-number-attributes/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 10:22:44 +0000</pubDate>
		<dc:creator>daringtakers</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ant]]></category>

		<guid isPermaLink="false">http://solveme.wordpress.com/?p=6</guid>
		<description><![CDATA[Unable to install break points in eclipse.
This is a very common error with eclipse. When you try to set a break point, eclipse says &#8220;unable to install breakpoint due to missing line number attributes&#8221;.
Description of the error
Can not set the break point. A dialog box appears with the error message like
Unable to install breakpoint in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=6&subd=solveme&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Unable to install break points in eclipse.</strong><br />
This is a very common error with eclipse. When you try to set a break point, eclipse says &#8220;unable to install breakpoint due to missing line number attributes&#8221;.</p>
<p><strong>Description of the error</strong></p>
<p>Can not set the break point. A dialog box appears with the error message like</p>
<blockquote><p>Unable to install breakpoint in xyz class due to missing line number attributes. modify compiler options to generate line number attributes.</p></blockquote>
<p><strong>Reason:</strong> Absent line number attributes in generated class file.</p>
<p><strong>Solution</strong><br />
<strong>Follow this steps if you are compiling classes using eclipse</strong></p>
<p>1. If you are compiling using the eclipse. Verify the class file generation options.</p>
<p>Go to windows &gt; preferences &gt; Java &gt; compiler screen.</p>
<p>Make sure that add line number attributes to generated files (used by debugger) check box is checked.</p>
<p>If you don&#8217;t know, what other options are. Check all other three check boxes also.</p>
<div id="attachment_11" class="wp-caption alignnone" style="width: 602px"><img class="size-full wp-image-11" src="http://solveme.files.wordpress.com/2008/08/preferences.jpg?w=592&#038;h=560" alt="Eclipse - preferences" width="592" height="560" /><p class="wp-caption-text">Eclipse - preferences</p></div>
<p><strong>Follow this steps if you are compiling using ANT</strong></p>
<p>Look into the build file and make sure that <strong>debug </strong>attribute is set to true in <strong>javac </strong>task</p>
<p>&lt;javac  <strong>debug=&#8221;true&#8221;</strong> srcdir=&#8221;" destdir=&#8221;"&gt;</p>
<p>Set debug=&#8221;true&#8221; and build again.</p>
<p>&lt;javac srcdir=&#8221;"  destdir=&#8221;" verbose=&#8221;false&#8221; debug=&#8221;true&#8221; debuglevel=&#8221;lines,vars,source&#8221;&gt;</p>
<p>That&#8217;s it !! Try setting the break point again.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/solveme.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/solveme.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solveme.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solveme.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solveme.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solveme.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solveme.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solveme.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solveme.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solveme.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solveme.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solveme.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=6&subd=solveme&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solveme.wordpress.com/2008/08/27/unable-to-install-breakpoint-due-to-missing-line-number-attributes/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66e04160aa66aeb25c4340959c5f2995?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daringtakers</media:title>
		</media:content>

		<media:content url="http://solveme.files.wordpress.com/2008/08/preferences.jpg" medium="image">
			<media:title type="html">Eclipse - preferences</media:title>
		</media:content>
	</item>
	</channel>
</rss>