<?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>Felipe Alfaro Solana &#187; Java</title>
	<atom:link href="http://www.felipe-alfaro.org/blog/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.felipe-alfaro.org/blog</link>
	<description>A little bit of technology, security and networking with Linux, FreeBSD and Mac OS X, plus some personal opinions.</description>
	<lastBuildDate>Sun, 23 Oct 2011 16:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Installing Java on Ubuntu Breezy</title>
		<link>http://www.felipe-alfaro.org/blog/2006/01/01/installing-java-on-ubuntu-breezy/</link>
		<comments>http://www.felipe-alfaro.org/blog/2006/01/01/installing-java-on-ubuntu-breezy/#comments</comments>
		<pubDate>Sun, 01 Jan 2006 15:37:55 +0000</pubDate>
		<dc:creator>Felipe Alfaro Solana</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://felipe-alfaro.org/blog/?p=91</guid>
		<description><![CDATA[Download the Java Development Kit (or Runtime Environment) for Linux, self-extracting. Edit /etc/apt/sources.list and unable universe and multiverse repositories: deb http://us.archive.ubuntu.com/ubuntu breezy universe multiverse deb http://us.archive.ubuntu.com/ubunty breezy-security universe multiverse Install java-package and build-essential packages: # apt-get update # apt-get install java-package build-essential Create a Debian package from the Java Linux, self-extracting file downloaded in step [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Download the Java Development Kit (or Runtime Environment) for Linux, self-extracting.</li>
<li>Edit <code>/etc/apt/sources.list</code> and unable <code>universe</code> and <code>multiverse</code> repositories:
<p><code>deb http://us.archive.ubuntu.com/ubuntu breezy universe multiverse</code><br />
<code>deb http://us.archive.ubuntu.com/ubunty breezy-security universe multiverse</code></li>
<li>Install <code>java-package</code> and <code>build-essential</code> packages:
<pre>
<div># apt-get update
# apt-get install java-package build-essential</div>
</pre>
</li>
<li>Create a Debian package from the Java Linux, self-extracting file downloaded in step 1 and install the resulting package:
<pre>
<div>$ fakeroot make-jpkg sun-j2sdk1.5_<version_string>.bin
$ sudo dpkg -i sun-j2sdk1.5_</version_string><version_string>.deb</version_string></div>
</pre>
</li>
<li>Register the new package as the default Java environment:
<p><code># update-alternatives --config java</code></li>
<li>Define the Java-home environment variable by adding the following line into <code>~/.bash_profile</code> file:
<p><code>export JAVA_HOME=/usr/lib/j2sdk1.5-sun/</code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.felipe-alfaro.org/blog/2006/01/01/installing-java-on-ubuntu-breezy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

