<?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: how to run java using the command prompt?</title>
	<atom:link href="http://dwarfprinting.com/255/how-to-run-java-using-the-command-prompt/feed/" rel="self" type="application/rss+xml" />
	<link>http://dwarfprinting.com/255/how-to-run-java-using-the-command-prompt/</link>
	<description>Big Printing For Little Companies</description>
	<pubDate>Sat, 19 May 2012 03:04:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fudge</title>
		<link>http://dwarfprinting.com/255/how-to-run-java-using-the-command-prompt/comment-page-1/#comment-827</link>
		<dc:creator>Fudge</dc:creator>
		<pubDate>Sun, 06 Dec 2009 01:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://dwarfprinting.com/255/how-to-run-java-using-the-command-prompt/#comment-827</guid>
		<description>hey,
did the program get compiled ? if so, then just compile it again and run it as this :
assume u compile at c:\java and ur file name is x.java

to compile :
javac x.java 

to run :
java x 

don't type the .class 

the book  u r using i think  has a full section at the beginning  on how to compile /run programs , called (&#34; Before you begin) : ; plz check it and any problem just ask here

Good luck </description>
		<content:encoded><![CDATA[<p>hey,<br />
did the program get compiled ? if so, then just compile it again and run it as this :<br />
assume u compile at c:\java and ur file name is x.java</p>
<p>to compile :<br />
javac x.java </p>
<p>to run :<br />
java x </p>
<p>don&#8217;t type the .class </p>
<p>the book  u r using i think  has a full section at the beginning  on how to compile /run programs , called (&quot; Before you begin) : ; plz check it and any problem just ask here</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
</channel>
</rss>

