 




<?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: What is the command to compile a Java program?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/java-programing/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/java-programing/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 01:03:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: mikejava</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-programing/#comment-117166</link>
		<dc:creator>mikejava</dc:creator>
		<pubDate>Mon, 11 Mar 2013 13:37:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-117166</guid>
		<description><![CDATA[#1 You should download the JDK and install you local machine, set the JAVA_HOME and some other variables. Then javac test.java java test ]]></description>
		<content:encoded><![CDATA[<p>#1 You should download the JDK and install you local machine, set the JAVA_HOME and some other variables. Then javac test.java java test </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Featured Member: Shiva3322 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-programing/#comment-96206</link>
		<dc:creator>Featured Member: Shiva3322 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 06 Sep 2011 12:27:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-96206</guid>
		<description><![CDATA[[...] What is the command to compile a Java program? [...]]]></description>
		<content:encoded><![CDATA[<p>[...] What is the command to compile a Java program? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shiva3322</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-programing/#comment-96096</link>
		<dc:creator>shiva3322</dc:creator>
		<pubDate>Fri, 02 Sep 2011 08:04:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-96096</guid>
		<description><![CDATA[FOR COMPILING 

                   javac program_name.java

FOR EXECUTING
   
                     java program_name]]></description>
		<content:encoded><![CDATA[<p>FOR COMPILING </p>
<p>                   javac program_name.java</p>
<p>FOR EXECUTING</p>
<p>                     java program_name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-programing/#comment-83080</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sun, 31 Oct 2010 09:43:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-83080</guid>
		<description><![CDATA[&lt;i&gt;What is the command to compile a Java program? What is the command to run a Java application?&lt;/i&gt;

On what platform?

On System i, you would use javac and java commands just as you would anywhere else for common java processing. But you could also use the CRTJVAPGM command if you wanted to run your java program directly from a CL program with the RUNJVA command.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>What is the command to compile a Java program? What is the command to run a Java application?</i></p>
<p>On what platform?</p>
<p>On System i, you would use javac and java commands just as you would anywhere else for common java processing. But you could also use the CRTJVAPGM command if you wanted to run your java program directly from a CL program with the RUNJVA command.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rechil</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-programing/#comment-83069</link>
		<dc:creator>rechil</dc:creator>
		<pubDate>Sun, 31 Oct 2010 06:55:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-83069</guid>
		<description><![CDATA[You may create a launcher (if u run in linux) and from that u may run java program. The advantage is that, every time u won&#039;t write the command rather u put only the java file name !]]></description>
		<content:encoded><![CDATA[<p>You may create a launcher (if u run in linux) and from that u may run java program. The advantage is that, every time u won&#8217;t write the command rather u put only the java file name !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevinbeaver</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-programing/#comment-65795</link>
		<dc:creator>kevinbeaver</dc:creator>
		<pubDate>Mon, 20 Jul 2009 15:37:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-65795</guid>
		<description><![CDATA[Download and play around with &lt;a href=&quot;http://www.eclipse.org/&quot;&gt;Eclipse&lt;/a&gt;. That&#039;ll help you tremendously.]]></description>
		<content:encoded><![CDATA[<p>Download and play around with <a href="http://www.eclipse.org/">Eclipse</a>. That&#8217;ll help you tremendously.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.044 seconds using memcached
Object Caching 337/343 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 01:31:44 -->