<?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/"
	>

<channel>
	<title>lizongbo at 618119.com &#187; Subclipse</title>
	<atom:link href="http://618119.com/tag/subclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://618119.com</link>
	<description>工作,生活,Android,前端,Linode,Ubuntu,nginx,java,apache,tomcat,Resin,mina,Hessian,XMPP,RPC</description>
	<lastBuildDate>Tue, 31 Jan 2012 14:25:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Eclipse 3.5.2及插件安装</title>
		<link>http://618119.com/archives/2010/03/04/160.html</link>
		<comments>http://618119.com/archives/2010/03/04/160.html#comments</comments>
		<pubDate>Thu, 04 Mar 2010 14:28:19 +0000</pubDate>
		<dc:creator>lizongbo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JAVA IDE]]></category>
		<category><![CDATA[Bytecode]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[findbugs]]></category>
		<category><![CDATA[smplayer]]></category>
		<category><![CDATA[Subclipse]]></category>

		<guid isPermaLink="false">http://618119.com/?p=160</guid>
		<description><![CDATA[Eclipse 3.5.2及插件安装 1.首先下载Eclipse 3.5.2. http://d2u376ub0heus3.cloudfront.net/technology/epp/downloads/release/galileo/SR2/eclipse-jee-galileo-SR2-win32.zip 来源：http://download.eclipse.org/eclipse/downloads/ 2.下载相关插件： a.Subclipse 1.6.8 来源：http://subclipse.tigris.org/ 下载地址：http://subclipse.tigris.org/files/documents/906/47393/site-1.6.8.zip b.Findbugs 1.3.9 来源：http://findbugs.sourceforge.net/ 下载地址：http://nchc.dl.sourceforge.net/project/findbugs/findbugs%20eclipse%20plugin/1.3.9/edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821.zip c.Bytecode Outline plugin for Eclipse 2.2.10 来源： http://asm.ow2.org/eclipse/index.html 下载地址： http://download.forge.objectweb.org/asm/asm-3.2.jar(Bytecode Outline依赖的jar) http://download.forge.objectweb.org/asm/de.loskutov.BytecodeOutline_2.2.10.jar 3.把插件集中放到一个地方： 解压site-1.6.8.zip到D:\Java\ecplugin\subclipse 解压edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821.zip到：D:\Java\ecplugin\findbugs\eclipse\plugins 确保D:\Java\ecplugin\findbugs\eclipse下面有features和plugins目录 复制asm-3.2.jar和de.loskutov.BytecodeOutline_2.2.10.jar到D:\Java\ecplugin\bytecode\eclipse\plugins 确保D:\Java\ecplugin\bytecode\eclipse下面有features和plugins目录 4.安装插件 新建目录 D:\Java\ec352\eclipse\links 在D:\Java\ec352\eclipse\links下面，新建subeclipse.link，内容为：path=D:\\Java\\ecplugin\\subeclipse 在D:\Java\ec352\eclipse\links下面，新建findbugs.link，内容为：path=D:\\Java\\ecplugin\\findbugs 在D:\Java\ec352\eclipse\links下面，新建bytecode.link，内容为：path=D:\\Java\\ecplugin\\bytecode 上面这样操作太麻烦，可以用下面的bat双击一次搞定 set ECPLUGIN_LINK=D:\Java\ec352\eclipse\links mkdir %ECPLUGIN_LINK% echo path=D:\\Java\\ecplugin\\subeclipse &#62; %ECPLUGIN_LINK%\subeclipse.link echo path=D:\\Java\\ecplugin\\findbugs &#62; %ECPLUGIN_LINK%\findbugs.link echo path=D:\\Java\\ecplugin\\bytecode &#62; [...]]]></description>
		<wfw:commentRss>http://618119.com/archives/2010/03/04/160.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

