<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech With Ric &#187; Java</title>
	<atom:link href="http://techwithric.com/category/programming/java/feed" rel="self" type="application/rss+xml" />
	<link>http://techwithric.com</link>
	<description>Nothing else but tech!</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:25:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Set PATH Variable for JDK in Windows</title>
		<link>http://techwithric.com/how-to-set-path-variable-for-jdk-in-windows</link>
		<comments>http://techwithric.com/how-to-set-path-variable-for-jdk-in-windows#comments</comments>
		<pubDate>Sat, 24 Jul 2010 06:30:12 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[enviorment]]></category>
		<category><![CDATA[how to set jdk path in windows]]></category>
		<category><![CDATA[how to set path for jdk]]></category>
		<category><![CDATA[how to set path jdk]]></category>
		<category><![CDATA[how to set path of jdk]]></category>
		<category><![CDATA[how to set path variables for jdk]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[jdk path windows]]></category>
		<category><![CDATA[jdk set path]]></category>
		<category><![CDATA[jdk setting the path environment variable]]></category>
		<category><![CDATA[PATH]]></category>
		<category><![CDATA[path jdk bin]]></category>
		<category><![CDATA[path variable windows]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1083</guid>
		<description><![CDATA[If you&#8217;re a Java programmer you&#8217;d know what a pain it is to compile the program and run it. Especially if your working directory is in some other place, than [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1089" title="java-logo2" src="http://media.techwithric.com/img/java-logo2.jpg" alt="[image]java-logo2" width="90" height="119" />If you&#8217;re a Java programmer you&#8217;d know what a pain it is to compile the program and run it. Especially if your working directory is in some other place, than where you have installed JDK. There is a simple workaround for this problem, setting a PATH variable. So instead of compiling a program with something like <em>C:\Program Files\Java\jdk1.6.0_20\bin\javac MyProgram.java </em>you&#8217;d only need to use the command <em>javac MyProgram.java</em>.<span id="more-1083"></span></p>
<p><strong>Just follow these steps:</strong></p>
<ul>
<li>First right-click on your <strong>My Computer</strong> icon on your Desktop and click on <strong>Properties</strong>. Alternatively you could just press the Windows Key+Pause Break Key.</li>
<li>Now in the new window that opened, click on the <strong>Advanced</strong> tab.<img class="aligncenter size-full wp-image-1087" title="How to Set PATH Variable for JDK in Windows1" src="http://media.techwithric.com/img/How-to-Set-PATH-Variable-for-JDK-in-Windows1.png" alt="[image]How to Set PATH Variable for JDK in Windows1" width="419" height="486" /></li>
<li>Now click on <strong>Environment Variables</strong>.<img class="aligncenter size-full wp-image-1084" title="How to Set PATH Variable for JDK in Windows2" src="http://media.techwithric.com/img/How-to-Set-PATH-Variable-for-JDK-in-Windows2.png" alt="[image]How to Set PATH Variable for JDK in Windows2" width="419" height="486" /></li>
<li>In the new Window that opened, click on <strong>New.<img class="aligncenter size-full wp-image-1088" title="How to Set PATH Variable for JDK in Windows3" src="http://media.techwithric.com/img/How-to-Set-PATH-Variable-for-JDK-in-Windows3.png" alt="[image]How to Set PATH Variable for JDK in Windows3" width="384" height="430" /></strong></li>
<li><img src="file:///C:/DOCUME%7E1/Richie/LOCALS%7E1/Temp/moz-screenshot.png" alt="" />In the Variable Name field enter PATH and in the Variable Value enter the path of your JDK bin folder. (For eg. <em>C:\Program Files\Java\jdk1.6.0_20\bin</em>)<img class="aligncenter size-full wp-image-1085" title="How to Set PATH Variable for JDK in Windows4" src="http://media.techwithric.com/img/How-to-Set-PATH-Variable-for-JDK-in-Windows4.png" alt="[image]How to Set PATH Variable for JDK in Windows4" width="347" height="147" /></li>
<li>Now press OK in the window that remains open, you&#8217;ll have to do it thrice.</li>
</ul>
<p>That&#8217;s it. Now if you try to compile your program from anywhere else than your JDK\bin directory, you can do so successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-set-path-variable-for-jdk-in-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install JDK on your Computer?</title>
		<link>http://techwithric.com/how-to-install-jdk-on-your-computer</link>
		<comments>http://techwithric.com/how-to-install-jdk-on-your-computer#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:36:03 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[how to install jdk]]></category>
		<category><![CDATA[how to install jdk in pc]]></category>
		<category><![CDATA[how to install jdk on pc]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[installing jdk on pc]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1022</guid>
		<description><![CDATA[Whats JDK? Well if your familiar with the programming language called Java, you&#8217;ll know whats JDK. JDK stands for Java Development Kit, which is basically a tool to develop Java [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1024" title="java_logo" src="http://media.techwithric.com/img/java_logo.jpg" alt="java_logo" width="116" height="116" />Whats JDK? Well if your familiar with the programming language called Java, you&#8217;ll know whats JDK. JDK stands for Java Development Kit, which is basically a tool to develop Java programs in. So one of my friends asked, &#8216;How do you install JDK?&#8217; Here&#8217;s the tutorial.<span id="more-1022"></span></p>
<p>So to install JDK, you&#8217;d first need to download the installer to your PC. To do that:</p>
<ul>
<li>Go to the Oracle SDN&#8217;s <a href="http://java.sun.com/javase/downloads/index.jsp" target="_blank">Java downloads page</a>.</li>
<li>Click on the appropriate package you want to download. If you&#8217;re a beginner, you&#8217;d want to download the basic package <em>(see image below)</em>. <img class="aligncenter size-full wp-image-1023" title="jdk-download" src="http://media.techwithric.com/img/jdk-download.png" alt="jdk-download" width="184" height="182" /></li>
<p>Just click on the JDK link.</p>
<li>In the new page that loads, select your appropriate Operating System and click on the red download button. You will be prompted to sign-in or register. You could do so if interested. If not just click on the close sign (on the top-right of the box).</li>
<li>You will now be redirected to a page, and your download should start automatically.</li>
<li>After the file has downloaded (its an executable), double-click on the file to begin installation. Continue on like a normal installation. There will be a download taking place at the 4th window, and may take some time on computers with slower internet connection.</li>
<li>When the “Complete” screen appears, click on the “Finish” button.</li>
</ul>
<p>Thats it, you&#8217;re good to go!</p>
<p>You could also refer to this video tutorial for help:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube-nocookie.com/v/Hl-zzrqQoSE&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube-nocookie.com/v/Hl-zzrqQoSE&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-install-jdk-on-your-computer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

