<?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>arcster.com Blog &#187; Java</title>
	<atom:link href="http://blog.arcster.com/blog/index.php/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arcster.com</link>
	<description>These fragments I have shored against my ruins</description>
	<lastBuildDate>Sun, 11 Sep 2011 00:05:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Making progress with Linux</title>
		<link>http://blog.arcster.com/2009/06/making-progress-with-linux/</link>
		<comments>http://blog.arcster.com/2009/06/making-progress-with-linux/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 15:16:01 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[linux newbie]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=120</guid>
		<description><![CDATA[Ok. I&#8217;ve calmed down a bit since my previous rant. Apparently there&#8217;s an issue running aptitude or synaptic (using Xubuntu Gutsy) on a secured wireless network. It just doesn&#8217;t seem to work. I&#8217;m sure there&#8217;s a fix for it and &#8230; <a href="http://blog.arcster.com/2009/06/making-progress-with-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok. I&#8217;ve calmed down a bit since my <a href="http://arcster.com/blog/2009/06/really-starting-to-hate-linux/">previous rant</a>.</p>
<p>Apparently there&#8217;s an issue running aptitude or synaptic (using Xubuntu Gutsy) on a secured wireless network. It just doesn&#8217;t seem to work. I&#8217;m sure there&#8217;s a fix for it and if I had hours of spare time, I&#8217;d find it.</p>
<p>Meanwhile, I took my laptop to a wireless network with a unsecure guest connection and was able to run</p>
<pre>sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts</pre>
<p>(Thanks to <a href="http://www.ubuntugeek.com/how-to-install-java-runtime-environment-jre-in-ubuntu.html">ubuntugeek </a>for that one) Then I did the same thing for sun-java6-jdk.</p>
<p>Then I used mousepad to write up a standard helloworld.java example. I went to my terminal and did</p>
<pre>sudo javac helloworld.java -d /home</pre>
<p>Without the -d I had no idea where the class file was going. Without the sudo I got permission errors.</p>
<p>then I ran</p>
<pre>java helloworld</pre>
<p>and it worked!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/06/making-progress-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

