<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Comskip Monitor - A Java service</title>
	<link>http://steep.blogsome.com/2006/10/04/comskip-monitor-a-java-service/</link>
	<description>Hayden Steep's development obstacle course. (Java, JEE, and beyond)</description>
	<pubDate>Mon, 07 Dec 2009 20:29:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>

	<item>
		<title>by: Hayden</title>
		<link>http://steep.blogsome.com/2006/10/04/comskip-monitor-a-java-service/#comment-9</link>
		<pubDate>Wed, 04 Oct 2006 16:21:33 +0100</pubDate>
		<guid>http://steep.blogsome.com/2006/10/04/comskip-monitor-a-java-service/#comment-9</guid>
					<description>Thanks for the tip Curt.  ProcessBuilder looks slightly more elegant than having to use the Runtime class.  The SageTV software I use states Java 1.4.x as a requirement, so I targeted my code to that version.  Maybe I can switch over to ProcessBuilder in a future release.</description>
		<content:encoded><![CDATA[	<p>Thanks for the tip Curt.  ProcessBuilder looks slightly more elegant than having to use the Runtime class.  The SageTV software I use states Java 1.4.x as a requirement, so I targeted my code to that version.  Maybe I can switch over to ProcessBuilder in a future release.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Curt Cox</title>
		<link>http://steep.blogsome.com/2006/10/04/comskip-monitor-a-java-service/#comment-8</link>
		<pubDate>Wed, 04 Oct 2006 16:12:33 +0100</pubDate>
		<guid>http://steep.blogsome.com/2006/10/04/comskip-monitor-a-java-service/#comment-8</guid>
					<description>If you can use Java 5+, you will probably want to look at ProcessBuilder instead of Runtime.exec().</description>
		<content:encoded><![CDATA[	<p>If you can use Java 5+, you will probably want to look at ProcessBuilder instead of Runtime.exec().</p>
]]></content:encoded>
				</item>
</channel>
</rss>
