<?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: Jode Eclipse Plugin</title>
	<atom:link href="http://blog.technoetic.com/open-source/jode-eclipse-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.technoetic.com</link>
	<description></description>
	<lastBuildDate>Wed, 24 Feb 2010 19:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: amol deshmukh</title>
		<link>http://blog.technoetic.com/open-source/jode-eclipse-plugin/comment-page-1/#comment-251</link>
		<dc:creator>amol deshmukh</dc:creator>
		<pubDate>Tue, 18 Jul 2006 19:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technoetic.com/jode-eclipse-plugin/#comment-251</guid>
		<description>&gt; Marcel -  November 23rd, 2005 at 3:12 am

&gt; The plugin seems to have a cache for the decompiled 
&gt; classes. Later I added a source-code attachment for 
&gt; this class but I still get the sourcecode by jode.

I had the same problem and it was resolved when I deleted the $WORKSPACE/.metadata/.plugins/org.eclipse.jdt.core folder and restarted eclipse (make sure you backup the folder before deleting in case eclipse refuses to start up). Perhaps the same can also be achieved by passing a -clean option to eclipse when starting up.

[Note from Steve: The plugin has no cache. Eclipse does some type of caching that causes this behavior. I&#039;ve always just been able to restart Eclipse to clear it.]</description>
		<content:encoded><![CDATA[<p>&gt; Marcel &#8211;  November 23rd, 2005 at 3:12 am</p>
<p>&gt; The plugin seems to have a cache for the decompiled<br />
&gt; classes. Later I added a source-code attachment for<br />
&gt; this class but I still get the sourcecode by jode.</p>
<p>I had the same problem and it was resolved when I deleted the $WORKSPACE/.metadata/.plugins/org.eclipse.jdt.core folder and restarted eclipse (make sure you backup the folder before deleting in case eclipse refuses to start up). Perhaps the same can also be achieved by passing a -clean option to eclipse when starting up.</p>
<p>[Note from Steve: The plugin has no cache. Eclipse does some type of caching that causes this behavior. I've always just been able to restart Eclipse to clear it.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkat</title>
		<link>http://blog.technoetic.com/open-source/jode-eclipse-plugin/comment-page-1/#comment-181</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Wed, 07 Jun 2006 15:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technoetic.com/jode-eclipse-plugin/#comment-181</guid>
		<description>I think I found the problem with opening Jar. I was using resource perspective rather than Java Perspective. In Java Perspective I was able to drill down to a particular class and open with Jode.</description>
		<content:encoded><![CDATA[<p>I think I found the problem with opening Jar. I was using resource perspective rather than Java Perspective. In Java Perspective I was able to drill down to a particular class and open with Jode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkat</title>
		<link>http://blog.technoetic.com/open-source/jode-eclipse-plugin/comment-page-1/#comment-180</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Wed, 07 Jun 2006 15:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technoetic.com/jode-eclipse-plugin/#comment-180</guid>
		<description>Can you please detail steps how I can open a class file from a jar file from eclipse. Because As soon as I open jar file it opens WinZip and from there I could not go back and select Jode to view the file.</description>
		<content:encoded><![CDATA[<p>Can you please detail steps how I can open a class file from a jar file from eclipse. Because As soon as I open jar file it opens WinZip and from there I could not go back and select Jode to view the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Changhai Ke</title>
		<link>http://blog.technoetic.com/open-source/jode-eclipse-plugin/comment-page-1/#comment-119</link>
		<dc:creator>Changhai Ke</dc:creator>
		<pubDate>Fri, 10 Mar 2006 18:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technoetic.com/jode-eclipse-plugin/#comment-119</guid>
		<description>Hello,
Since a small JODE community is here, I would like to ask if someone has a JODE version that works fine with JDK 1.4, especially regarding the problem of decompiling try/catch/finally? 
Did someone here ever tried JODE with JDK 5 and what kind of problems can be expected?
Thanks,</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Since a small JODE community is here, I would like to ask if someone has a JODE version that works fine with JDK 1.4, especially regarding the problem of decompiling try/catch/finally?<br />
Did someone here ever tried JODE with JDK 5 and what kind of problems can be expected?<br />
Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Bate</title>
		<link>http://blog.technoetic.com/open-source/jode-eclipse-plugin/comment-page-1/#comment-109</link>
		<dc:creator>Steve Bate</dc:creator>
		<pubDate>Mon, 20 Feb 2006 19:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technoetic.com/jode-eclipse-plugin/#comment-109</guid>
		<description>Kevin,

Just the plugin should be enough. You don&#039;t need the JAR file in some other location.

Sebastien,

I can open the class file with Jode from a JAR file or using F3. I am able to reproduce the problem you describe when opening a class file from file system. Unfortunately, I probably won&#039;t be able to do much investigation into the problem immediately.

Steve</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>Just the plugin should be enough. You don&#8217;t need the JAR file in some other location.</p>
<p>Sebastien,</p>
<p>I can open the class file with Jode from a JAR file or using F3. I am able to reproduce the problem you describe when opening a class file from file system. Unfortunately, I probably won&#8217;t be able to do much investigation into the problem immediately.</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien</title>
		<link>http://blog.technoetic.com/open-source/jode-eclipse-plugin/comment-page-1/#comment-107</link>
		<dc:creator>Sebastien</dc:creator>
		<pubDate>Mon, 20 Feb 2006 17:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technoetic.com/jode-eclipse-plugin/#comment-107</guid>
		<description>I have Eclipse Version: 3.1.2 Build id: M20060118-1600, and I have exaclty the same problem as &quot;Kevin&quot;. My JODE Plugin is in C:\Programme\EclipseAddOns\eclipse\plugins\net.sourceforge.jode_1.0.5, and I can decompile files with F3, but not with &quot;Open File...&quot;.  Since I want to decomplie an &quot;enhanced&quot; (modified by an external tool after compilation) class file, F3 doesn&#039;t help me, because it just shows the original source.</description>
		<content:encoded><![CDATA[<p>I have Eclipse Version: 3.1.2 Build id: M20060118-1600, and I have exaclty the same problem as &#8220;Kevin&#8221;. My JODE Plugin is in C:\Programme\EclipseAddOns\eclipse\plugins\net.sourceforge.jode_1.0.5, and I can decompile files with F3, but not with &#8220;Open File&#8230;&#8221;.  Since I want to decomplie an &#8220;enhanced&#8221; (modified by an external tool after compilation) class file, F3 doesn&#8217;t help me, because it just shows the original source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.technoetic.com/open-source/jode-eclipse-plugin/comment-page-1/#comment-106</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 20 Feb 2006 16:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technoetic.com/jode-eclipse-plugin/#comment-106</guid>
		<description>Steve, thanks for the quick response. I&#039;m using Eclipse 3.1.1, Build M20050929-0840. JODE is registered as the default class viewer and you&#039;re correct, the Eclipse provided viewer can not be deleted. Also, the JODE jar file is under the c:\eclipse\plugins\net.sourceforge.jode_1.0.5 directory. Do I also need a copy of the jar file directly under c:\eclipse\plugins directory or are there CLASSPATH issues of which I&#039;m unaware?

Thanks,
Kevin</description>
		<content:encoded><![CDATA[<p>Steve, thanks for the quick response. I&#8217;m using Eclipse 3.1.1, Build M20050929-0840. JODE is registered as the default class viewer and you&#8217;re correct, the Eclipse provided viewer can not be deleted. Also, the JODE jar file is under the c:\eclipse\plugins\net.sourceforge.jode_1.0.5 directory. Do I also need a copy of the jar file directly under c:\eclipse\plugins directory or are there CLASSPATH issues of which I&#8217;m unaware?</p>
<p>Thanks,<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Bate</title>
		<link>http://blog.technoetic.com/open-source/jode-eclipse-plugin/comment-page-1/#comment-105</link>
		<dc:creator>Steve Bate</dc:creator>
		<pubDate>Sun, 19 Feb 2006 22:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technoetic.com/jode-eclipse-plugin/#comment-105</guid>
		<description>What version of Eclipse are you using? In 3.1 at least, I think the &quot;locked&quot; message just means you can&#039;t delete that particular viewer. You should still be able to set Jode as the default. A few of my coworkers installed this plugin in 3.1 within the last week and they haven&#039;t had any problems changing the file associations so I&#039;m not sure what&#039;s happening in your environment. If you find out can you post the related information. Thanks.</description>
		<content:encoded><![CDATA[<p>What version of Eclipse are you using? In 3.1 at least, I think the &#8220;locked&#8221; message just means you can&#8217;t delete that particular viewer. You should still be able to set Jode as the default. A few of my coworkers installed this plugin in 3.1 within the last week and they haven&#8217;t had any problems changing the file associations so I&#8217;m not sure what&#8217;s happening in your environment. If you find out can you post the related information. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://blog.technoetic.com/open-source/jode-eclipse-plugin/comment-page-1/#comment-104</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Sun, 19 Feb 2006 22:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technoetic.com/jode-eclipse-plugin/#comment-104</guid>
		<description>I&#039;ve managed to get JODE working fine from the command line but not from within Eclipse. I&#039;ve made the JODE Class File Viewer the default viewer for all class files in Eclipse but the Class File Viewer that comes with Eclipse is marked as locked by the class file content type. When I attempt to open a class file, I receive a message indicating &quot;The Class File Viewer cannot handle the given input&quot;. When I click on details, it seems that Eclipse is NOT using JODE at all and, instead, is using it&#039;s own class file viewer. Is there any of forcing Eclipse to use JODE?Any guidance would be greatly appreciated.

Thanks,
Kevin</description>
		<content:encoded><![CDATA[<p>I&#8217;ve managed to get JODE working fine from the command line but not from within Eclipse. I&#8217;ve made the JODE Class File Viewer the default viewer for all class files in Eclipse but the Class File Viewer that comes with Eclipse is marked as locked by the class file content type. When I attempt to open a class file, I receive a message indicating &#8220;The Class File Viewer cannot handle the given input&#8221;. When I click on details, it seems that Eclipse is NOT using JODE at all and, instead, is using it&#8217;s own class file viewer. Is there any of forcing Eclipse to use JODE?Any guidance would be greatly appreciated.</p>
<p>Thanks,<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.technoetic.com/open-source/jode-eclipse-plugin/comment-page-1/#comment-94</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 10 Jan 2006 20:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.technoetic.com/jode-eclipse-plugin/#comment-94</guid>
		<description>Hi Marcel. The plugin doesn&#039;t maintain the cache. This is something that&#039;s happening in Eclipse. I agree that it&#039;s annoying but I don&#039;t have the time to find a workaround. If you find a way to fix this problem, let me know and I&#039;ll patch the plugin. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Marcel. The plugin doesn&#8217;t maintain the cache. This is something that&#8217;s happening in Eclipse. I agree that it&#8217;s annoying but I don&#8217;t have the time to find a workaround. If you find a way to fix this problem, let me know and I&#8217;ll patch the plugin. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
