<?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>The Brian Olore Story &#187; aptana</title>
	<atom:link href="http://brian.olore.net/wp/tag/aptana/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.olore.net</link>
	<description>Less of a story, more of a brain dump</description>
	<lastBuildDate>Thu, 02 Sep 2010 20:31:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Aptana on Ubuntu 8.10</title>
		<link>http://brian.olore.net/wp/2009/02/aptana-on-ubuntu-810/</link>
		<comments>http://brian.olore.net/wp/2009/02/aptana-on-ubuntu-810/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 19:54:12 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://brian.olore.net/2009/02/aptana-on-ubuntu-810/</guid>
		<description><![CDATA[I was having a problem getting Aptana to run on my fresh install of Ubuntu 8.10 I lost the original error message, but it was something like [ERROR] Invalid keyjava.security.InvalidKeyException: Invalid AES key length: 26 bytes Even though I&#8217;m running 32-bit, the solution to include an older version of xulrunner and reference it in a [...]]]></description>
			<content:encoded><![CDATA[<p>I was having a problem getting Aptana to run on my fresh install of Ubuntu 8.10</p>
<p>I lost the original error message, but it was something like<br />
<blockquote><code>[ERROR] Invalid key</code><br /><code>java.security.InvalidKeyException: Invalid AES key length: 26 bytes</code><br /><code></code></p></blockquote>
<p><code><br /></code>Even though I&#8217;m running 32-bit, <a href="http://forums.aptana.com/viewtopic.php?t=7147">the solution to include an older version of xulrunner and reference it in a startup script</a> worked like a charm. </p>
<p>In case this page ever dies, the trick is to install <a href="http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.1.3/contrib/linux-i686/xulrunner-1.8.1.3.en-US.linux-i686-20080128.tar.gz">xulrunner-1.8.1.3</a> and use a script similar to this to start Aptana
<dl class="codebox">
<dd><code>#!/bin/sh<br />MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.8.1.3<br />if [ $LD_LIBRARY_PATH ]; then<br />LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH<br />else<br />LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME<br />fi<br />export MOZILLA_FIVE_HOME LD_LIBRARY_PATH<br />~/aptana/AptanaStudio -vm /usr/lib/jvm/ia32-java-6-sun/jre/bin/java</code></dd>
</dl>
<p>For reference, I am running IBM Java 1.6
<dl class="codebox">
<dd><code>#!/bin/sh<br />MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.8.1.3<br />if [ $LD_LIBRARY_PATH ]; then<br />LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH<br />else<br />LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME<br />fi<br />export MOZILLA_FIVE_HOME LD_LIBRARY_PATH<br />~/aptana/AptanaStudio -vm /usr/lib/jvm/ia32-java-6-sun/jre/bin/java</code></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://brian.olore.net/wp/2009/02/aptana-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
