<?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>Sufyan Muhammad</title>
	<atom:link href="http://suf.id.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://suf.id.au</link>
	<description></description>
	<lastBuildDate>Sat, 18 Feb 2012 09:47:15 +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>Installing Java on Linux</title>
		<link>http://suf.id.au/2011/10/25/installing-java-on-linux/</link>
		<comments>http://suf.id.au/2011/10/25/installing-java-on-linux/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 00:41:42 +0000</pubDate>
		<dc:creator>sufyan</dc:creator>
				<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://suf.id.au/?p=15</guid>
		<description><![CDATA[Download the JDK from the Java website. The simplest way is to use wget. Example: [root@server ~]# wget http://cds.sun.com/is-bin/ ... jdk-6u23-linux-x64-rpm.bin Modify permissions to execute the .bin file: [root@server ~]# chmod +x jdk-6u23-linux-x64-rpm.bin Run the .bin file: [root@server ~]# ./jdk-6u23-linux-x64-rpm.bin &#8230; <a href="http://suf.id.au/2011/10/25/installing-java-on-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Download the JDK from the <a href="http://java.sun.com/" target="_blank">Java website</a>. The simplest way is to use <code>wget</code>. Example:</p>
<pre>[root@server ~]# wget http://cds.sun.com/is-bin/ ... jdk-6u23-linux-x64-rpm.bin</pre>
<p>Modify permissions to execute the .bin file:</p>
<pre>[root@server ~]# chmod +x jdk-6u23-linux-x64-rpm.bin</pre>
<p>Run the .bin file:</p>
<pre>[root@server ~]# ./jdk-6u23-linux-x64-rpm.bin</pre>
<p>Once complete, the JDK should be installed to <code>/usr/java/</code>. Quick test to see if Java is working correctly:</p>
<pre>[root@server ~]# java -version
java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode)</pre>
<p>Set the <code>JAVA_HOME</code> environment variable:</p>
<pre>[root@server ~]# echo "export JAVA_HOME=/usr/java/default" &gt; /etc/profile.d/java.sh</pre>
]]></content:encoded>
			<wfw:commentRss>http://suf.id.au/2011/10/25/installing-java-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

