<?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>Callum Macdonald &#187; zend blank screen</title>
	<atom:link href="http://www.callum-macdonald.com/tag/zend-blank-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.callum-macdonald.com</link>
	<description>Callum on life</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:52: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>ZendStudio 5.5 on Fedora 8</title>
		<link>http://www.callum-macdonald.com/2007/12/08/zendstudio-55-on-fedora-8/</link>
		<comments>http://www.callum-macdonald.com/2007/12/08/zendstudio-55-on-fedora-8/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 16:40:35 +0000</pubDate>
		<dc:creator>Callum</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[fedora 8]]></category>
		<category><![CDATA[java 1.5]]></category>
		<category><![CDATA[java 1.6]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[zend blank screen]]></category>
		<category><![CDATA[zend studio]]></category>
		<category><![CDATA[zend studio on fedora]]></category>

		<guid isPermaLink="false">http://www.callum-macdonald.com/2007/12/08/zendstudio-55-on-fedora-8/</guid>
		<description><![CDATA[I am delighted to report, that at long last, I&#8217;ve managed to successfully get Zend Studio 5.5 running on Fedora 8. It turns out that, no matter how hard I tried, I could not get Zend Studio 5.5 to run &#8230; <a href="http://www.callum-macdonald.com/2007/12/08/zendstudio-55-on-fedora-8/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am <strong>delighted</strong> to report, that at long last, I&#8217;ve managed to successfully get Zend Studio 5.5 running on Fedora 8. It turns out that, no matter how hard I tried, I could not get Zend Studio 5.5 to run with Sun&#8217;s JRE / JDK 1.6. However, switching back to the 1.5 release worked like a charm.</p>
<p>I hadn&#8217;t realised just how easy it is to switch back to use JRE 1.5. It doesn&#8217;t need to be your system-wide java default. Simply <a href="http://java.sun.com/products/archive/j2se/5.0_13/index.html" title="Sun's JDK / JRE version 1.5 update 13" target="_blank">download the release</a> (.bin, not .rpm.bin) then switch to /opt and run the file as root. Accept the licence agreement, then it&#8217;ll unpack the JRE.</p>
<p>Then run this commands to correct for a change in F8:<br />
<code>cd lib/i386/xawt; cp libmawt.so libmawt.so.orig; sed -i "s/XINERAMA/FAKEEXTN/g" libmawt.so</code></p>
<p>This creates a backup of the libmawt.so file then runs a find / replace on it. Now to get Zend Studio 5.5 to use this JRE, simply edit the bin/runStudio_unix.sh file (in your Zend folder).</p>
<p>Then replace <code>../jre/bin/java</code> with <code>/opt/jre1.5.0_13/bin/java</code>. Now run that file as your own user and Zend Studio will launch. No more blank windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.callum-macdonald.com/2007/12/08/zendstudio-55-on-fedora-8/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

