<?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>《java命令行下运行class文件》的评论</title>
	<atom:link href="http://www.yanjiuyanjiu.com/2010/02/15/run-java-class-in-console/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yanjiuyanjiu.com/2010/02/15/run-java-class-in-console/</link>
	<description>关注互联网和人工智能</description>
	<lastBuildDate>Wed, 05 Oct 2011 21:36:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：biaobiaoqi</title>
		<link>http://www.yanjiuyanjiu.com/2010/02/15/run-java-class-in-console/comment-page-1/#comment-188</link>
		<dc:creator>biaobiaoqi</dc:creator>
		<pubDate>Wed, 05 Oct 2011 21:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanjiuyanjiu.com/archives/4072.html#comment-188</guid>
		<description>分割符的问题是很容易弄错的。
不带class分割符容易理解的，它呼叫的是类，而不是文件。java命令的执行不是执行的当前文件，而是在classpath指令的目录下搜寻类。在sun的官方tutorial网页上，他有专门强调这一点的～
命令符的当前目录要是包的起点，这一点官方网页上也有强调的～
我也刚起步。到处搜索相关网页，找到这里～交流下，呵呵。</description>
		<content:encoded><![CDATA[<p>分割符的问题是很容易弄错的。<br />
不带class分割符容易理解的，它呼叫的是类，而不是文件。java命令的执行不是执行的当前文件，而是在classpath指令的目录下搜寻类。在sun的官方tutorial网页上，他有专门强调这一点的～<br />
命令符的当前目录要是包的起点，这一点官方网页上也有强调的～<br />
我也刚起步。到处搜索相关网页，找到这里～交流下，呵呵。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：逗你玩</title>
		<link>http://www.yanjiuyanjiu.com/2010/02/15/run-java-class-in-console/comment-page-1/#comment-167</link>
		<dc:creator>逗你玩</dc:creator>
		<pubDate>Fri, 17 Jun 2011 07:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanjiuyanjiu.com/archives/4072.html#comment-167</guid>
		<description>你用的是windows吧</description>
		<content:encoded><![CDATA[<p>你用的是windows吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：sun_zhoupeng</title>
		<link>http://www.yanjiuyanjiu.com/2010/02/15/run-java-class-in-console/comment-page-1/#comment-162</link>
		<dc:creator>sun_zhoupeng</dc:creator>
		<pubDate>Wed, 18 May 2011 02:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanjiuyanjiu.com/archives/4072.html#comment-162</guid>
		<description>\是windows下的分隔符，/是unix，linux下的分隔符，可能是java的开发者是在unix平台下开发的编译器，所以采用了unix风格的路径分隔符。</description>
		<content:encoded><![CDATA[<p>\是windows下的分隔符，/是unix，linux下的分隔符，可能是java的开发者是在unix平台下开发的编译器，所以采用了unix风格的路径分隔符。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

