<?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>Ed&#039;s World &#187; java</title>
	<atom:link href="http://www.jellard.co.uk/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jellard.co.uk</link>
	<description>Bringing data into real life in a meaningful way</description>
	<lastBuildDate>Fri, 16 Dec 2011 11:46:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Developing RSA plugins using Eclipse</title>
		<link>http://www.jellard.co.uk/2010/05/developing-rsa-plugins-using-eclipse/</link>
		<comments>http://www.jellard.co.uk/2010/05/developing-rsa-plugins-using-eclipse/#comments</comments>
		<pubDate>Fri, 14 May 2010 14:56:53 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[RSA]]></category>

		<guid isPermaLink="false">http://www.jellard.co.uk/?p=241</guid>
		<description><![CDATA[If you&#8217;re developing plugins for RSA, you&#8217;ll probably have one RSA open and a runtime RSA, both eating huge amounts of memory.  To reduce the memory footprint, I&#8217;m using Eclipse to develop, but still launching a runtime RSA.
To do this, install RSA and eclipse (separately), then in your eclipse:
Install the JRE:
1. Windows > Preferences [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re developing plugins for RSA, you&#8217;ll probably have one RSA open and a runtime RSA, both eating huge amounts of memory.  To reduce the memory footprint, I&#8217;m using Eclipse to develop, but still launching a runtime RSA.</p>
<p>To do this, install RSA and eclipse (separately), then in your eclipse:</p>
<p><strong>Install the JRE:</strong><br />
1. Windows > Preferences > Java > Installed JREs<br />
2. Add c:\Program Files\IBM\SDP\jdk\jre<br />
3. Tick its tick-box</p>
<p><strong>Set the Target Platform:</strong><br />
1. Windows > Preferences > Plugin-in Development > Target Platform<br />
2. Browse for c:\Program Files\IBM\SDP<br />
3. Tick &#8220;Build target platform based on the target&#8217;s installed plugins&#8221;<br />
4. Click &#8220;Reload&#8221;</p>
<p><strong>Running as RSA</strong><br />
1. Run > Run Configurations<br />
2. Change the Run as product to: com.ibm.rational.rsa4ws.product.v75.ide (or equivalent)</p>
<p>Tada!  I&#8217;ve found I get far less out of memory errors and things are generally quicker.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jellard.co.uk/2010/05/developing-rsa-plugins-using-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

