<?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: Java Tutorial</title>
	<atom:link href="http://itknowledgehub.com/development-integration/java/java-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgehub.com/development-integration/java/java-tutorial/</link>
	<description>...a place for IT Professionals</description>
	<lastBuildDate>Thu, 09 Sep 2010 19:57:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Salien1999</title>
		<link>http://itknowledgehub.com/development-integration/java/java-tutorial/comment-page-1/#comment-5431</link>
		<dc:creator>Salien1999</dc:creator>
		<pubDate>Sat, 13 Mar 2010 20:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgehub.com/development-integration/java/java-tutorial/#comment-5431</guid>
		<description>HelloWorld.java code:

public class HelloWorld {
public static void main(String[] args) {
System.out.println(&quot;Hello World.&quot;);
}
}</description>
		<content:encoded><![CDATA[<p>HelloWorld.java code:</p>
<p>public class HelloWorld {<br />
public static void main(String[] args) {<br />
System.out.println(&#8220;Hello World.&#8221;);<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salien1999</title>
		<link>http://itknowledgehub.com/development-integration/java/java-tutorial/comment-page-1/#comment-5430</link>
		<dc:creator>Salien1999</dc:creator>
		<pubDate>Sat, 13 Mar 2010 19:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgehub.com/development-integration/java/java-tutorial/#comment-5430</guid>
		<description>Run.bat Code

@echo off
title HelloWorld
&quot;C:Program FilesJavajdk1.6.0_12binjava.exe&quot; HelloWorld</description>
		<content:encoded><![CDATA[<p>Run.bat Code</p>
<p>@echo off<br />
title HelloWorld<br />
&#8220;C:Program FilesJavajdk1.6.0_12binjava.exe&#8221; HelloWorld</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salien1999</title>
		<link>http://itknowledgehub.com/development-integration/java/java-tutorial/comment-page-1/#comment-5429</link>
		<dc:creator>Salien1999</dc:creator>
		<pubDate>Sat, 13 Mar 2010 18:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgehub.com/development-integration/java/java-tutorial/#comment-5429</guid>
		<description>Compile.bat Code:

@echo off
title Compiling
&quot;C:Program FilesJavajdk1.6.0_12binjav ac.exe&quot; *.java
title Compiled
pause 

There is a space between jav and ac in this code please remove the space before saving it.</description>
		<content:encoded><![CDATA[<p>Compile.bat Code:</p>
<p>@echo off<br />
title Compiling<br />
&#8220;C:Program FilesJavajdk1.6.0_12binjav ac.exe&#8221; *.java<br />
title Compiled<br />
pause </p>
<p>There is a space between jav and ac in this code please remove the space before saving it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jose6aa</title>
		<link>http://itknowledgehub.com/development-integration/java/java-tutorial/comment-page-1/#comment-5428</link>
		<dc:creator>jose6aa</dc:creator>
		<pubDate>Sat, 13 Mar 2010 18:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgehub.com/development-integration/java/java-tutorial/#comment-5428</guid>
		<description>and i open compile 
dont open helloword
the sistem cant open</description>
		<content:encoded><![CDATA[<p>and i open compile<br />
dont open helloword<br />
the sistem cant open</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RHAMES1234</title>
		<link>http://itknowledgehub.com/development-integration/java/java-tutorial/comment-page-1/#comment-5427</link>
		<dc:creator>RHAMES1234</dc:creator>
		<pubDate>Sat, 13 Mar 2010 17:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgehub.com/development-integration/java/java-tutorial/#comment-5427</guid>
		<description>This sing rocks  i love this jam</description>
		<content:encoded><![CDATA[<p>This sing rocks  i love this jam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakesta42</title>
		<link>http://itknowledgehub.com/development-integration/java/java-tutorial/comment-page-1/#comment-5426</link>
		<dc:creator>Jakesta42</dc:creator>
		<pubDate>Sat, 13 Mar 2010 16:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgehub.com/development-integration/java/java-tutorial/#comment-5426</guid>
		<description>appropriate song...</description>
		<content:encoded><![CDATA[<p>appropriate song&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salien1999</title>
		<link>http://itknowledgehub.com/development-integration/java/java-tutorial/comment-page-1/#comment-5425</link>
		<dc:creator>Salien1999</dc:creator>
		<pubDate>Sat, 13 Mar 2010 16:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgehub.com/development-integration/java/java-tutorial/#comment-5425</guid>
		<description>If you don&#039;t have vista, for example, if you have windows xp, you just need to put this

@echo off
title Compiling
javac *.java
title Compiled
pause

or you just haven&#039;t installed Java Development Kit.</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t have vista, for example, if you have windows xp, you just need to put this</p>
<p>@echo off<br />
title Compiling<br />
javac *.java<br />
title Compiled<br />
pause</p>
<p>or you just haven&#8217;t installed Java Development Kit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
