<?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>Kiss Note &#187; command</title>
	<atom:link href="http://kissnote.com/tags/command/feed/" rel="self" type="application/rss+xml" />
	<link>http://kissnote.com</link>
	<description>Keep IT Simple and Stupid</description>
	<lastBuildDate>Mon, 17 May 2010 17:19:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>jar command</title>
		<link>http://kissnote.com/2009/06/29/jar-command/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://kissnote.com/2009/06/29/jar-command/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 15:05:21 +0000</pubDate>
		<dc:creator>shengjie</dc:creator>
				<category><![CDATA[Tips Everyday]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://kissnote.com/?p=151</guid>
		<description><![CDATA[//create Jar file jar -cmf c:create f:file m:manifast eg. jar -cmf -C ./workspace/jar-test/classes myJarTest.jar *.class //Extract Jar file jar -xf x:extract f:file eg. jar -xf myJarTest.jar // update jar file jar -uf u: update eg. jar uf foo.jar foo.class //list jar file content as a table jar -tf t:table eg. jar -tf myJarTest.jar]]></description>
			<content:encoded><![CDATA[<p>//create Jar file</p>
<p><strong>jar -cmf </strong></p>
<p>c:create</p>
<p>f:file</p>
<p>m:manifast</p>
<p>eg. jar -cmf -C ./workspace/jar-test/classes myJarTest.jar *.class</p>
<p>//Extract Jar file</p>
<p><strong>jar -xf</strong></p>
<p>x:extract</p>
<p>f:file</p>
<p>eg. jar -xf myJarTest.jar</p>
<p>// update jar file</p>
<p><strong>jar -uf</strong></p>
<p>u: update<strong><br />
</strong></p>
<p>eg. jar uf foo.jar foo.class</p>
<p>//list jar file content as a table</p>
<p><strong>jar -tf</strong></p>
<p>t:table</p>
<p>eg. jar -tf myJarTest.jar</p>
]]></content:encoded>
			<wfw:commentRss>http://kissnote.com/2009/06/29/jar-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
