<?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>agit8.org &#187; jaunty</title>
	<atom:link href="http://www.agit8.org/tag/jaunty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agit8.org</link>
	<description>Musings about technology</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:49:12 +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>Aptana under Ubuntu 9.04</title>
		<link>http://www.agit8.org/2009/06/24/aptana-under-ubuntu-904/</link>
		<comments>http://www.agit8.org/2009/06/24/aptana-under-ubuntu-904/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 14:08:17 +0000</pubDate>
		<dc:creator>johannes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notebooks]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[2133]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[Aptana]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[jackalope]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.agit8.org/?p=148</guid>
		<description><![CDATA[Everybody has a favourite HTML editor on a platform, but does anyone have a favourite on ALL platforms? Well at least on the personal computing platform, that is. Well, I must tell you that my favourite HTML editor has been &#8230; <a href="http://www.agit8.org/2009/06/24/aptana-under-ubuntu-904/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Everybody has a favourite HTML editor on a platform, but does anyone have a favourite on ALL platforms? Well at least on the personal computing platform, that is. Well, I must tell you that my favourite HTML editor has been <a title="aptana" href="http://www.aptana.com">Aptana</a>, which has served me well since I stopped using Dreamweaver exclusively. For me the major attraction of Aptana is its cross-platform nature. I can start work on my Windows laptop, then continue it on my MacBook and then finish it off on my tiny little Linux laptop the HP 2133 Mini note.</p>
<p>At the completion of my install of Jaunty Jackalope (Ubuntu 9.04) on my netbook, I found that Aptana just would not load. It would show the logo for a couple of seconds then it would just come up with an error. After scratching my head for a little while, I tried to look up an answer on Google and I found <a href="http://forums.aptana.com/viewtopic.php?f=37&amp;t=8463&amp;p=31327">this</a> thread on the Aptana user forum.</p>
<p>So basically, the issue is the version of xulrunner that Jaunty comes with. Currently it is version 1.9, while Aptana needs version 1.8. To fix this issue you need to download xulrunner 1.8 and unzip it to /usr/lib, so its path would be something like /usr/lib/xulrunner/. Then you create a script which looks like this:</p>
<p>#!/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</p>
<p>Make the script executable and then on your panel add an application shortcut to point to this script file, mine is called &#8220;aptanastart&#8221;. Oh, and you need to have Java installed, since Aptana requires it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agit8.org/2009/06/24/aptana-under-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

