<?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: Compile Java with External Jar Files at Command Line</title>
	<atom:link href="http://code.hammerpig.com/compile-java-external-jar-files-command-line.html/feed" rel="self" type="application/rss+xml" />
	<link>http://code.hammerpig.com/compile-java-external-jar-files-command-line.html</link>
	<description>Tips and short tutorials on various programming technologies</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:17:05 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frakturfreund</title>
		<link>http://code.hammerpig.com/compile-java-external-jar-files-command-line.html/comment-page-1#comment-551</link>
		<dc:creator>Frakturfreund</dc:creator>
		<pubDate>Fri, 17 Dec 2010 15:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=616#comment-551</guid>
		<description>Since Java 6, it’s simpler to use (and shorter to write!) &lt;a href=&quot;http://blogs.sun.com/mr?entry=class_path_wildcards_in_mustang&quot; rel=&quot;nofollow&quot;&gt;Class-Path Wildcards&lt;/a&gt; instead:

&lt;code&gt;javac -cp ../Java:../lib/* *.java&lt;/code&gt;

PS: On Windows one has to replace : with ;</description>
		<content:encoded><![CDATA[<p>Since Java 6, it’s simpler to use (and shorter to write!) <a href="http://blogs.sun.com/mr?entry=class_path_wildcards_in_mustang" rel="nofollow">Class-Path Wildcards</a> instead:</p>
<p><code>javac -cp ../Java:../lib/* *.java</code></p>
<p>PS: On Windows one has to replace : with ;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

