<?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/category/programming/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>Windows 7/Java/Oracle SQL Developer</title>
		<link>http://blog.arcster.com/2011/02/windows-7javaoracle-sql-developer/</link>
		<comments>http://blog.arcster.com/2011/02/windows-7javaoracle-sql-developer/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 21:14:59 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=246</guid>
		<description><![CDATA[Just got a new Dell laptop at work running 64-bit Windows 7. Naturally, some problems are arising: Had trouble getting Oracle SQL Developer (version 1.5.5) to run. First it told me I needed to install the Java SDK. So I &#8230; <a href="http://blog.arcster.com/2011/02/windows-7javaoracle-sql-developer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just got a new Dell laptop at work running 64-bit Windows 7. Naturally, some problems are arising:</p>
<ul>
<li>Had trouble getting Oracle SQL Developer (version 1.5.5) to run. First it told me I needed to install the Java SDK. So I did. Then it told me it couldn&#8217;t find the Java Virtual Machine. I tried a few tricks suggested on various message boards involving modifying sqldeveloper.conf and changing the SetJavaHome variable, but no luck. Finally, I got some advice that sql developer doesn&#8217;t support 64-bit Java. So I installed the 32-bit version (jdk-1_5_0_22-windows-i586-p.exe) and that did the trick</li>
<li>I had a little trouble with sendto, believe it or not. My C:\Users\myid\SendTo was locked. Finally found <a href="http://www.howtogeek.com/howto/windows-vista/customize-the-windows-vista-send-to-menu/" target="_blank">a tip</a> that I needed to get to my roaming profile via %APPDATA%\Microsoft\Windows\SendTo</li>
</ul>
<p>So I&#8217;m able to work for now. But after my temporary admin privileges expire, God knows what will happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2011/02/windows-7javaoracle-sql-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

