<?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>web development helpdesk &#187; stdout</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/stdout/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Redirect system out to text component</title>
		<link>http://helpdesk.objects.com.au/java/redirect-system-out-to-text-component?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=redirect-system-out-to-text-component</link>
		<comments>http://helpdesk.objects.com.au/java/redirect-system-out-to-text-component#comments</comments>
		<pubDate>Mon, 21 Feb 2011 21:46:43 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[JTextArea]]></category>
		<category><![CDATA[JTextComponent]]></category>
		<category><![CDATA[JTextField]]></category>
		<category><![CDATA[OutputStream]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[stderr]]></category>
		<category><![CDATA[stdout]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1767</guid>
		<description><![CDATA[We&#8217;ve all got code riddled with System.out.println() messages. We should use a logging framework, but often we&#8217;re in a rush and we end up writing to stdout because its simpler at the time. If there are too many System.out.println() calls and we want to stop them going to the console then we can redirect stdout [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/redirect-system-out-to-text-component/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Runtime.exec locks up and process never completes</title>
		<link>http://helpdesk.objects.com.au/java/runtime-exec-locks-up?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=runtime-exec-locks-up</link>
		<comments>http://helpdesk.objects.com.au/java/runtime-exec-locks-up#comments</comments>
		<pubDate>Tue, 24 Mar 2009 12:33:08 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[locked up]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[Runtime]]></category>
		<category><![CDATA[stderr]]></category>
		<category><![CDATA[stdout]]></category>
		<category><![CDATA[stream]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=909</guid>
		<description><![CDATA[You need to read any output from standard output or standard error when running a process using Runtime.exec(). If you don&#8217;t the buffers may fill up causing the process to lock up. The following code can be used to handle reading the process output, and the linked article provides a lot of great insight into [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/runtime-exec-locks-up/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

