<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Applet Caching and the Control Panel on Linux</title>
	<atom:link href="http://www.techper.net/2008/08/25/applet-caching-and-the-control-panel-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techper.net/2008/08/25/applet-caching-and-the-control-panel-on-linux/</link>
	<description>About Technology in My Life</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:52:37 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Myer Nore</title>
		<link>http://www.techper.net/2008/08/25/applet-caching-and-the-control-panel-on-linux/comment-page-1/#comment-33115</link>
		<dc:creator>Myer Nore</dc:creator>
		<pubDate>Tue, 10 Nov 2009 18:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/?p=104#comment-33115</guid>
		<description>Thanks for the info. I&#039;ve been trying to debug an applet deployed with jnlp on linux, and this was driving me crazy! With your help, I created a little bash script to execute the control panel:

#!/bin/bash
JAVADIR=$(readlink -m `which java`)
CONTROL_PANEL_SCRIPT=$(dirname $JAVADIR)/ControlPanel
exec $CONTROL_PANEL_SCRIPT &amp;</description>
		<content:encoded><![CDATA[<p>Thanks for the info. I&#8217;ve been trying to debug an applet deployed with jnlp on linux, and this was driving me crazy! With your help, I created a little bash script to execute the control panel:</p>
<p>#!/bin/bash<br />
JAVADIR=$(readlink -m `which java`)<br />
CONTROL_PANEL_SCRIPT=$(dirname $JAVADIR)/ControlPanel<br />
exec $CONTROL_PANEL_SCRIPT &amp;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
