<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3345373729340177980</id><updated>2012-02-16T14:50:21.322-08:00</updated><title type='text'>Kishor's Territory</title><subtitle type='html'>Kishor's Blog</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://kishor15389.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3345373729340177980/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://kishor15389.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>KISHOR</name><uri>http://www.blogger.com/profile/12449766745110187399</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_mtAan-7WM1U/TNo4Mp4i0II/AAAAAAAAAEo/z7LiqyQ8v3U/S220/Image0061.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3345373729340177980.post-8983035646585621117</id><published>2011-05-04T11:20:00.000-07:00</published><updated>2011-05-04T11:20:04.503-07:00</updated><title type='text'>How to install The Java Communications API(javax.comm) in a Windows Environment</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="color: #38761d; text-align: left;"&gt;Hi Every one....,&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;In this post I'm gonna tell you how to install Java Communication API on Windows Operating System.&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;Well every one of us Java Programmers may come across in our career to read Data From or Write Data to Serial Port devices like : GSM modem, RFID Reader and some other devices that specifically made to Serial ports.&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;So in that case we need to install Java communication API manually along with our respective JDK's .&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;Here are some steps explained Where to Download this API and How Install.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: red; text-align: left;"&gt;&lt;b&gt;Download:&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;You can get This Api any where by just Googling it.&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;But it comes with Bunch of files which you need to copy into several respective location on your PC that's quite creepy thing, i guess...&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;So I've wrote small simple Installer Which will do all those creepy thing for you people.&lt;/div&gt;&lt;div style="color: red; text-align: left;"&gt;The Download link is:&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://www.megaupload.com/?d=VOZ70B4Z"&gt;http://www.megaupload.com/?d=VOZ70B4Z &lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;b&gt;Password:&lt;/b&gt; &lt;span style="color: red;"&gt;javax.comm&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;The rar archive contains Installer an Api as well.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: red; text-align: left;"&gt;&lt;b&gt;Installation:&lt;/b&gt;&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;Once you download this File you will get a rar File named "javax.comm.rar".&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;Unzip it with the password that i provided above.&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;You'll get a Folder named javax.comm.&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;Inside that Folder you Will see&lt;/div&gt;&lt;ul style="color: #660000; text-align: left;"&gt;&lt;li&gt;comm.jar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Part of API]&lt;/li&gt;&lt;li&gt;javax.comm.properties [Part of API]&lt;/li&gt;&lt;li&gt;win32com.dll&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Part of API]&lt;/li&gt;&lt;li&gt;javax.comm API INSTALLER.exe [Simple Installer That I wrote]&lt;/li&gt;&lt;li&gt;RADME.txt and [Instructions to install Manually, IN CASE THE INSTALLER FAILS)]&lt;/li&gt;&lt;li&gt;Sample code to Read from Serial Port(No mater Which Device it is)&lt;/li&gt;&lt;/ul&gt;&lt;div style="color: #38761d; text-align: left;"&gt;Double Click on the Installer [ &lt;span style="color: red;"&gt;javax.comm API INSTALLER.exe&lt;/span&gt; ], it will install API for itself.&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #4c1130; text-align: left;"&gt;[&lt;span style="color: red;"&gt;*Note:&lt;/span&gt; Do not move the Installer(javax.comm API INSTALLER.exe) out of the folder, coz i wrote it copy the files from current folder. So it ain't get installed if Do so]&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #b45f06; text-align: left;"&gt;&lt;b&gt;Manual Installing Instructions (In case if downloaded API from other site or if you lost the README.txt filr above mentioned)&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;Installation consists of 3 Phases:&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;&lt;span style="color: #b45f06;"&gt;Phase1&lt;/span&gt;:- Copy &lt;span style="color: red;"&gt;comm.jar&lt;/span&gt; to&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style="color: #38761d; text-align: left;"&gt;&lt;li&gt;&amp;nbsp;&lt;span style="color: orange;"&gt;%JAVA_HOME%/lib&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="color: #38761d; text-align: left;"&gt;[ In my case &lt;span style="color: red;"&gt;C:\Program Files\Java\jdk1.6.0\lib &lt;/span&gt;]&lt;/div&gt;&lt;ul style="color: orange; text-align: left;"&gt;&lt;li&gt;%JAVA_HOME%/jre/lib/ext&lt;/li&gt;&lt;/ul&gt;&lt;div style="color: #38761d; text-align: left;"&gt;[ In my case &lt;span style="color: red;"&gt;C:\Program Files\Java\jdk1.6.0\jre\lib\ext&lt;/span&gt; ] &lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;&lt;span style="color: #b45f06;"&gt;Phase 2&lt;/span&gt;:- Copy &lt;span style="color: red;"&gt;win32com.dll&lt;/span&gt; to&lt;/div&gt;&lt;div style="color: #38761d; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style="color: #38761d; text-align: left;"&gt;&lt;li&gt;&amp;nbsp;&lt;span style="color: orange;"&gt;%JAVA_HOME%/bin&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: #38761d;"&gt;&amp;nbsp;[ In my case &lt;span style="color: red;"&gt;C:\Program Files\Java\jdk1.6.0\bin&lt;/span&gt; ] &lt;/span&gt;&lt;ul style="color: #38761d; text-align: left;"&gt;&lt;li&gt;&amp;nbsp;&lt;span style="color: orange;"&gt;%JAVA_HOME%/jre/bin&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: #38761d;"&gt;&amp;nbsp;[ In my case &lt;span style="color: red;"&gt;C:\Program Files\Java\jdk1.6.0\jre\bin&lt;/span&gt; ] &lt;/span&gt;&lt;ul style="color: orange; text-align: left;"&gt;&lt;li&gt;%windir%System32&lt;/li&gt;&lt;/ul&gt;&lt;div style="color: #38761d;"&gt;[ In my case &lt;span style="color: red;"&gt;C:\Windows\System32&lt;/span&gt; ]&amp;nbsp;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;span style="color: orange;"&gt;Phase 3 &lt;/span&gt;: Copy &lt;span style="color: red;"&gt;javax.comm.properties&lt;/span&gt; to&lt;/div&gt;&lt;div style="color: #38761d;"&gt; &lt;/div&gt;&lt;ul style="color: #38761d; text-align: left;"&gt;&lt;li&gt; &lt;span style="color: orange;"&gt;%JAVA_HOME%/lib&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: #38761d;"&gt;&amp;nbsp; [ In my case &lt;span style="color: red;"&gt;C:\Program Files\Java\jdk1.6.0\lib&lt;/span&gt; ] &lt;/span&gt;&lt;ul style="color: #38761d; text-align: left;"&gt;&lt;li&gt; &lt;span style="color: orange;"&gt;%JAVA_HOME%/jre/lib&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul style="color: #38761d; text-align: left;"&gt;&lt;/ul&gt;&lt;div style="text-align: left;"&gt;&lt;div&gt;&lt;div style="color: #38761d;"&gt;&amp;nbsp;[ In my case &lt;span style="color: red;"&gt;C:\Program Files\Java\jdk1.6.0\jre\lib&lt;/span&gt; ]&amp;nbsp;&lt;/div&gt;&lt;br /&gt;&lt;div style="color: #a64d79;"&gt;That's It Lads:)&lt;/div&gt;&lt;marquee &gt; &lt;font color="Green"&gt;Enjoy &lt;/font&gt;| &lt;font color="blue"&gt;Have a Great Time&lt;/font&gt; | &lt;font color="red"&gt;By KISHOR &lt;/font&gt; &lt;/marquee&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://i540.photobucket.com/albums/gg344/Flava0ne/DontForgetToSayThanks.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="24" src="http://i540.photobucket.com/albums/gg344/Flava0ne/DontForgetToSayThanks.gif" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3345373729340177980-8983035646585621117?l=kishor15389.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kishor15389.blogspot.com/feeds/8983035646585621117/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://kishor15389.blogspot.com/2011/05/how-to-install-java-communications.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3345373729340177980/posts/default/8983035646585621117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3345373729340177980/posts/default/8983035646585621117'/><link rel='alternate' type='text/html' href='http://kishor15389.blogspot.com/2011/05/how-to-install-java-communications.html' title='How to install The Java Communications API(javax.comm) in a Windows Environment'/><author><name>KISHOR</name><uri>http://www.blogger.com/profile/12449766745110187399</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_mtAan-7WM1U/TNo4Mp4i0II/AAAAAAAAAEo/z7LiqyQ8v3U/S220/Image0061.JPG'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3345373729340177980.post-5618470409087531010</id><published>2011-02-15T03:55:00.000-08:00</published><updated>2011-02-15T03:55:10.430-08:00</updated><title type='text'>Install MySQL and MySQL-ODBC on Windows</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-224c51440b346543" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v8.nonxt3.googlevideo.com/videoplayback?id%3D224c51440b346543%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1332325309%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D2D06071504C752083F7B79B34EE57ACC6DE30BEF.330A27620EEDBB17C7563DFE6C419C333B3A5FD9%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D224c51440b346543%26offsetms%3D5000%26itag%3Dw160%26sigh%3D5pfXomEJawJrNYGofWrWKrIJj-c&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v8.nonxt3.googlevideo.com/videoplayback?id%3D224c51440b346543%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1332325309%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D2D06071504C752083F7B79B34EE57ACC6DE30BEF.330A27620EEDBB17C7563DFE6C419C333B3A5FD9%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D224c51440b346543%26offsetms%3D5000%26itag%3Dw160%26sigh%3D5pfXomEJawJrNYGofWrWKrIJj-c&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3345373729340177980-5618470409087531010?l=kishor15389.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kishor15389.blogspot.com/feeds/5618470409087531010/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://kishor15389.blogspot.com/2011/02/install-mysql-and-mysql-odbc-on-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3345373729340177980/posts/default/5618470409087531010'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3345373729340177980/posts/default/5618470409087531010'/><link rel='alternate' type='text/html' href='http://kishor15389.blogspot.com/2011/02/install-mysql-and-mysql-odbc-on-windows.html' title='Install MySQL and MySQL-ODBC on Windows'/><author><name>KISHOR</name><uri>http://www.blogger.com/profile/12449766745110187399</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_mtAan-7WM1U/TNo4Mp4i0II/AAAAAAAAAEo/z7LiqyQ8v3U/S220/Image0061.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3345373729340177980.post-2248350251865304379</id><published>2010-12-06T01:12:00.000-08:00</published><updated>2010-12-08T02:08:49.342-08:00</updated><title type='text'>Install JDK on Windows Xp and Add Class Path.</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-87c4f5a2ad38f0d1" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v20.nonxt2.googlevideo.com/videoplayback?id%3D87c4f5a2ad38f0d1%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1332325309%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D31D5FB23C2926E6FC2DC76BC37F7F2D73A1412D9.46EA714D0D167E7F1783A3B01776638FE959192F%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D87c4f5a2ad38f0d1%26offsetms%3D5000%26itag%3Dw160%26sigh%3DTR-V8LjIZB3iG7Dzy7FYdkoOo-k&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v20.nonxt2.googlevideo.com/videoplayback?id%3D87c4f5a2ad38f0d1%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1332325309%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D31D5FB23C2926E6FC2DC76BC37F7F2D73A1412D9.46EA714D0D167E7F1783A3B01776638FE959192F%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D87c4f5a2ad38f0d1%26offsetms%3D5000%26itag%3Dw160%26sigh%3DTR-V8LjIZB3iG7Dzy7FYdkoOo-k&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;&lt;h1&gt;   &lt;i id="id1"&gt;Please&lt;/i&gt;&lt;i id="id2"&gt; Reply&lt;/i&gt; &lt;i id="id3"&gt;If U Like This&lt;/i&gt;&lt;br /&gt;  &lt;/h1&gt;  &lt;br /&gt;  &lt;script type="text/javascript"&gt;  f1();  f2();  f3();  function f1()  {      var e=document.getElementById("id1").style;        e.visibility = ( e.visibility == 'visible' )? 'hidden' : 'visible';      var n1= Math.floor(Math.random()*10);      var n2= Math.floor(Math.random()*10);      var n3= Math.floor(Math.random()*10);      var n4= Math.floor(Math.random()*10);      var n5= Math.floor(Math.random()*10);      var n6= Math.floor(Math.random()*10);      e.color="#"+n1+n2+n3+n4+n5+n6;         setTimeout(f1,400);  }  function f2()  {      var f=document.getElementById("id2").style;        f.visibility = ( f.visibility == 'visible' )? 'hidden' : 'visible';      var n1= Math.floor(Math.random()*10);      var n2= Math.floor(Math.random()*10);      var n3= Math.floor(Math.random()*10);      var n4= Math.floor(Math.random()*10);      var n5= Math.floor(Math.random()*10);      var n6= Math.floor(Math.random()*10);      f.color="#"+n1+n2+n3+n4+n5+n6;         setTimeout(f2,400);  }  function f3()  {      var g=document.getElementById("id3").style;        g.visibility = ( g.visibility == 'visible' )? 'hidden' : 'visible';      var n1= Math.floor(Math.random()*10);      var n2= Math.floor(Math.random()*10);      var n3= Math.floor(Math.random()*10);      var n4= Math.floor(Math.random()*10);      var n5= Math.floor(Math.random()*10);      var n6= Math.floor(Math.random()*10);      g.color="#"+n1+n2+n3+n4+n5+n6;         setTimeout(f3,400);  }       &lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3345373729340177980-2248350251865304379?l=kishor15389.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kishor15389.blogspot.com/feeds/2248350251865304379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://kishor15389.blogspot.com/2010/12/install-jdk-on-windows-xp-and-add-class.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3345373729340177980/posts/default/2248350251865304379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3345373729340177980/posts/default/2248350251865304379'/><link rel='alternate' type='text/html' href='http://kishor15389.blogspot.com/2010/12/install-jdk-on-windows-xp-and-add-class.html' title='Install JDK on Windows Xp and Add Class Path.'/><author><name>KISHOR</name><uri>http://www.blogger.com/profile/12449766745110187399</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_mtAan-7WM1U/TNo4Mp4i0II/AAAAAAAAAEo/z7LiqyQ8v3U/S220/Image0061.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3345373729340177980.post-5934764631639728107</id><published>2010-11-25T02:23:00.000-08:00</published><updated>2010-11-29T04:33:56.617-08:00</updated><title type='text'>Install VLC Player and Other Packages for UBUNTU Without Internet Connection</title><content type='html'>&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: purple;"&gt;&amp;nbsp;VLC Player and Other Packages for UBUNTU Without Internet Connection &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: #38761d;"&gt;Hi Everyone In this post i'm gonna tell U how to install VLC player on Ubuntu and Also Install Other Packages like&amp;nbsp;&lt;/div&gt;&lt;ul style="color: #38761d;"&gt;&lt;li&gt;Java (Java Runtime Environment[JRE]) to FireFox to execute Applets,&lt;/li&gt;&lt;li&gt;Codac Plugins to play movies in Default player in Ubuntu,&lt;/li&gt;&lt;li&gt;Codac Plugins to play mp3 and other audio files in Ubuntu's Default Music Player(Rhythm box)...etc...&lt;/li&gt;&lt;/ul&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;b&gt;First lets see steps to install VLC player on ubuntu:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="color: red;"&gt;1&lt;/b&gt;.&lt;span style="color: #38761d;"&gt;First U need to download the VLC player package from any PC which has internet connection.&lt;/span&gt;&lt;br /&gt;&lt;div style="color: #38761d;"&gt;&amp;nbsp;&amp;nbsp; The Link is:&amp;nbsp;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/#%21download%7C297l33%7C382349998%7CVLC_Offline_installer_10.04_For_Ubuntu_10.04.tar.gz%7C25754"&gt;http://rapidshare.com/#!download|297l33|382349998|VLC_Offline_installer_10.04_For_Ubuntu_10.04.tar.gz|25754&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="color: red;"&gt;2&lt;/b&gt;.&lt;span style="color: #38761d;"&gt;Once u downloaded, the archive&amp;nbsp; file will be " &lt;span style="color: orange;"&gt;VLC_Offline_installer_10.04_For_Ubuntu_10.04.tar.gz&lt;/span&gt;"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: #38761d;"&gt;&lt;b style="color: red;"&gt;3.&lt;/b&gt;Copy it to the PC where u need to install the package UNZIP it.&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;b&gt;&lt;span style="color: red;"&gt;4&lt;/span&gt;&lt;/b&gt;.Once u unzip it then u are gonna see file called "&lt;span style="color: red;"&gt;install.sh&lt;/span&gt;", Double click on "&lt;span style="background-color: white; color: red;"&gt;install.sh&lt;/span&gt;" and select the option as "&lt;span style="color: red;"&gt;Run In Terminal&lt;/span&gt;".[Provide your Password&amp;nbsp; if it asks]&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;b&gt;&lt;span style="color: red;"&gt;5&lt;/span&gt;&lt;/b&gt;.That's it lads :) done...to check right click on any movie file then u should see "Open With VLC Player".if every thing went well.&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;/div&gt;&lt;span style="color: #38761d;"&gt; &lt;span style="color: orange;"&gt;Good&lt;/span&gt;&lt;span style="color: #bf9000;"&gt; Luck&lt;/span&gt; &lt;span style="color: #a64d79;"&gt;Folks&lt;/span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_mtAan-7WM1U/TO44CPPmVhI/AAAAAAAAAFw/Ai6TlwF73UY/s1600/please+reply.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="67" src="http://3.bp.blogspot.com/_mtAan-7WM1U/TO44CPPmVhI/AAAAAAAAAFw/Ai6TlwF73UY/s320/please+reply.gif" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Now Lets see the steps to install "Ubuntu restricted Extra packages". Its a collection of many packages[around 23 of'em are there],few of them i mentioned above.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="color: red;"&gt;1&lt;/b&gt;.&lt;span style="color: #38761d;"&gt;First u need to download the Packages archive file as u did previously in "VLC player installation".&lt;/span&gt;&lt;br /&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;b style="color: red;"&gt;2&lt;/b&gt;.The Download Links are as fallow use any one:&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&amp;nbsp;&amp;nbsp;&lt;span style="color: #990000;"&gt; &lt;span style="color: black;"&gt;Link1&lt;/span&gt;&lt;/span&gt;: &lt;a href="http://www.enterupload.com/hhnhdso2nshn/Ubuntu_restricted_Extra_10.04_Offline_Installer_For_Ubuntu_10.04.tar.gz.html"&gt;http://www.enterupload.com/hhnhdso2nshn/Ubuntu_restricted_Extra_10.04_Offline_Installer_For_Ubuntu_10.04.tar.gz.html&lt;/a&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&amp;nbsp;&amp;nbsp; &lt;span style="color: #990000;"&gt;Link2&lt;/span&gt;: &lt;a href="http://rapidshare.com/#%21download%7C130tg%7C382342007%7CUbuntu_restricted_Extra_10.04_Offline_Installer_For_Ubuntu_10.04.tar.gz%7C111313"&gt;http://rapidshare.com/#!download|130tg|382342007|Ubuntu_restricted_Extra_10.04_Offline_Installer_For_Ubuntu_10.04.tar.gz|111313&lt;/a&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;b&gt;&lt;span style="color: red;"&gt;3.&lt;/span&gt;&lt;/b&gt; Once u download u'll get the archive file as "&lt;span style="color: orange;"&gt;Ubuntu_restricted_Extra_10.04_Offline_Installer_For_Ubuntu_10.04.tar.gz&lt;/span&gt;"&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;b&gt;&lt;span style="color: red;"&gt;4.&lt;/span&gt;&lt;/b&gt;Unzip it in ubuntu. I believe there was a problem in this archive while uploading so it won't Unzip in Ubuntu, U need to &lt;span style="color: #cc0000;"&gt;Unzip using WINRAR or any archiver s/w on Windows&lt;/span&gt; [&lt;span style="color: #e06666;"&gt;ain't mind the errors while unzipping, neglect the errors&lt;/span&gt; ].&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;b&gt;&lt;span style="color: red;"&gt;5.&lt;/span&gt;&lt;/b&gt;Once u unzip the archive file then u'll see the file called "&lt;span style="color: red;"&gt;install.sh&lt;/span&gt;". Double Click on "&lt;span style="color: red;"&gt;install.sh&lt;/span&gt;"&amp;nbsp; and select the option as "&lt;span style="color: red;"&gt;Run In Terminal&lt;/span&gt;".[Provide your Password&amp;nbsp; if it asks].&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;b&gt;&lt;span style="color: red;"&gt;6&lt;/span&gt;&lt;/b&gt;.Finished folks :) now u can play movies,songs on default players of ubuntu.u can even run applet applications on Firefox browser as java plugins also included in this installation.&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;marquee direction="RIGHT"&gt;&lt;span style="color: #741b47;"&gt;Good Luck lads.&lt;/span&gt;&lt;/marquee&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: #274e13;"&gt;&lt;marquee scrolldelay="200"&gt;&lt;div&gt;&lt;span style="color: red;"&gt;Thanks&lt;/span&gt; for the &lt;span style="color: red;"&gt;comments&lt;/span&gt; for my last posts,that was really &lt;span style="color: red;"&gt;encouraging&lt;/span&gt;.&lt;span style="color: red;"&gt;Thanks very much &lt;/span&gt;to all.Good Luck.&lt;/div&gt;&lt;/marquee&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="color: #351c75;"&gt;[kishorbenede15@gmail.com]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_mtAan-7WM1U/TO44CPPmVhI/AAAAAAAAAFw/Ai6TlwF73UY/s1600/please+reply.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="67" src="http://3.bp.blogspot.com/_mtAan-7WM1U/TO44CPPmVhI/AAAAAAAAAFw/Ai6TlwF73UY/s320/please+reply.gif" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3345373729340177980-5934764631639728107?l=kishor15389.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kishor15389.blogspot.com/feeds/5934764631639728107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://kishor15389.blogspot.com/2010/11/install-vlc-player-and-other-packages.html#comment-form' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3345373729340177980/posts/default/5934764631639728107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3345373729340177980/posts/default/5934764631639728107'/><link rel='alternate' type='text/html' href='http://kishor15389.blogspot.com/2010/11/install-vlc-player-and-other-packages.html' title='Install VLC Player and Other Packages for UBUNTU Without Internet Connection'/><author><name>KISHOR</name><uri>http://www.blogger.com/profile/12449766745110187399</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_mtAan-7WM1U/TNo4Mp4i0II/AAAAAAAAAEo/z7LiqyQ8v3U/S220/Image0061.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mtAan-7WM1U/TO44CPPmVhI/AAAAAAAAAFw/Ai6TlwF73UY/s72-c/please+reply.gif' height='72' width='72'/><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3345373729340177980.post-3551697478735161310</id><published>2010-11-11T23:06:00.000-08:00</published><updated>2010-11-11T23:06:05.804-08:00</updated><title type='text'>Install JDK on UBUNTU (any version) Without Internet Connection</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_mtAan-7WM1U/TNzmibMosyI/AAAAAAAAAFU/n2OABLY6hQQ/s1600/coolte10.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;These are the steps I used to install the Java JDK binary,Externally on my System which ain't have Internet.&lt;br /&gt;&lt;br /&gt;&lt;b style="color: red;"&gt;1&lt;/b&gt;.Dowload the latest Java JDK for Linux Platform (in my case,&lt;span style="color: #6aa84f;"&gt;jdk-6u22-linux-i586.bin&lt;/span&gt;) from the Sun Java site.Using any System Which Have Internet.&lt;br /&gt;&lt;br /&gt;(you can also use jdk-6u3-linux-i586.bin and many other versions)&lt;br /&gt;&lt;br /&gt;[&lt;span style="color: red;"&gt;*Note&lt;/span&gt;:Do not download ".rpm" version of jdk(like jdk-6u22-linux-i586-rpm.bin)]&lt;br /&gt;&lt;br /&gt;&lt;b style="color: red;"&gt;2&lt;/b&gt;.In Terminal Change directory to /usr/local/lib [using comand &lt;span style="color: #990000;"&gt;$cd /usr/local/lib&lt;/span&gt;]&lt;br /&gt;&lt;br /&gt;&lt;b style="color: red;"&gt;3&lt;/b&gt;.From there extract the JRE or JDK archive file you downloaded:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;span style="color: #990000;"&gt;$ sudo sh /some/path/jdk-6u3-linux-i586.bin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[In the above commands, replace /some/path with where the JRE/JDK .bin resides and of course replace the filename with what it actually is in your case.]&lt;br /&gt;&lt;br /&gt;(In my case: $sudo sh /home/Kishor/Downloads/jdk-6u22-linux-i586.bin)&lt;br /&gt;&lt;br /&gt;&lt;b style="color: red;"&gt;4&lt;/b&gt;.Now Lets create some symlinks so that the executables can be run easily: &lt;br /&gt;Change directory to /usr/local/bin [&lt;span style="color: #990000;"&gt;$ cd /usr/local/bin&lt;/span&gt;]&lt;br /&gt;&lt;br /&gt;From there execute the following set of commands:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #990000;"&gt;$ sudo ln -sf ../lib/jdk1.6.0_22/bin/* .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[Please Pay attention to the "dot(.)" at the end of the command, it is required and IMPORTENT. &lt;br /&gt;And adjust the directory as well to what you have (e.g. jdk1.6.0_03 in folder /usr/local/lib)&lt;br /&gt;(in mycase it is: jdk1.6.0_22/bin)]&lt;br /&gt;&lt;br /&gt;&lt;b style="color: red;"&gt;5&lt;/b&gt;.Verify installation&lt;br /&gt;&lt;br /&gt;To verify that the installation was successful, execute&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #990000;"&gt;$ java -version&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The output should look something like this if everything is well&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #990000;"&gt;java version "1.6.0_22"&lt;/span&gt;&lt;br style="color: #990000;" /&gt;&lt;span style="color: #990000;"&gt;Java(TM) SE Runtime Environment (build 1.6.0_22-b04)&lt;/span&gt;&lt;br style="color: #990000;" /&gt;&lt;span style="color: #990000;"&gt;Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode, sharing)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="color: red;"&gt;6&lt;/b&gt;. Now you can Execute Java Programs From any directory from your system,here is a small example of mine:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #990000;"&gt;kishor@ubuntu:~/Desktop$ javac HelloWorld.java&lt;/span&gt;&lt;br style="color: #990000;" /&gt;&lt;span style="color: #990000;"&gt;kishor@ubuntu:~/Desktop$ java HelloWorld&lt;/span&gt;&lt;br style="color: #990000;" /&gt;&lt;span style="color: #990000;"&gt;Hello World!!&lt;/span&gt;&lt;br style="color: #990000;" /&gt;&lt;span style="color: #990000;"&gt;kishor@ubuntu:~/Desktop$&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;-Kishor[kishorbenede15@gmail.com]&lt;/span&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #38761d;"&gt;&lt;a href="http://3.bp.blogspot.com/_mtAan-7WM1U/TNzmibMosyI/AAAAAAAAAFU/n2OABLY6hQQ/s1600/coolte10.gif" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="67" src="http://3.bp.blogspot.com/_mtAan-7WM1U/TNzmibMosyI/AAAAAAAAAFU/n2OABLY6hQQ/s320/coolte10.gif" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3345373729340177980-3551697478735161310?l=kishor15389.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kishor15389.blogspot.com/feeds/3551697478735161310/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://kishor15389.blogspot.com/2010/11/install-jdk-on-ubuntu-any-version.html#comment-form' title='19 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3345373729340177980/posts/default/3551697478735161310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3345373729340177980/posts/default/3551697478735161310'/><link rel='alternate' type='text/html' href='http://kishor15389.blogspot.com/2010/11/install-jdk-on-ubuntu-any-version.html' title='Install JDK on UBUNTU (any version) Without Internet Connection'/><author><name>KISHOR</name><uri>http://www.blogger.com/profile/12449766745110187399</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_mtAan-7WM1U/TNo4Mp4i0II/AAAAAAAAAEo/z7LiqyQ8v3U/S220/Image0061.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mtAan-7WM1U/TNzmibMosyI/AAAAAAAAAFU/n2OABLY6hQQ/s72-c/coolte10.gif' height='72' width='72'/><thr:total>19</thr:total></entry></feed>
