<?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-74449366437423236</id><updated>2011-11-28T06:15:25.529+05:30</updated><category term='webmarker'/><category term='Netbeans'/><category term='Tips And Tricks'/><category term='Performance'/><category term='Refresh'/><category term='bootloader'/><category term='javascript'/><category term='JPS'/><category term='IE'/><category term='ubuntu'/><category term='Java'/><category term='Fun'/><category term='Gtalk'/><category term='apply'/><category term='Google'/><category term='HTML5'/><title type='text'>Bluepedia</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bluepedia.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://bluepedia.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>NARESH</name><uri>http://www.blogger.com/profile/04777662246319765116</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/_Jr1ntplZYX8/SSG4JiE00bI/AAAAAAAAAAY/nPoSPcQbV4c/S220/eyes.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-74449366437423236.post-6089111849477081178</id><published>2010-12-20T23:24:00.004+05:30</published><updated>2010-12-20T23:28:18.281+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='IE'/><category scheme='http://www.blogger.com/atom/ns#' term='Refresh'/><category scheme='http://www.blogger.com/atom/ns#' term='Performance'/><title type='text'>About Browser Cache in IE</title><content type='html'>Recently i have observed that IE is making duplicate connections to get the same js file if it included twice. After making some experiments, I came to know that there is difference between Ctrl+F5 (Hard Refresh) and F5 (Refresh)&lt;br /&gt; &lt;br /&gt;Ctrl+F5 (is intended to abandon all cached content and just retrieve all content from the servers again.)&lt;br /&gt;In this case browser will overwrite the cache and it will not add the "If-modified-since" header to the request because of which it will get the file from the server everytime.&lt;br /&gt; &lt;br /&gt;F5:&lt;br /&gt;In this case browser by default adds the "If-modified-since" header to the request which will make the browser to get it from the cache.&lt;br /&gt; &lt;br /&gt;So while taking Performance Readings in case of IE, we should be doing somethign like this:&lt;br /&gt;1.       Clear the cache.&lt;br /&gt;2.       Just F5(refresh) to get the actual response and normal browser behavior.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/74449366437423236-6089111849477081178?l=bluepedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bluepedia.blogspot.com/feeds/6089111849477081178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=74449366437423236&amp;postID=6089111849477081178' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/6089111849477081178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/6089111849477081178'/><link rel='alternate' type='text/html' href='http://bluepedia.blogspot.com/2010/12/about-browser-cache-in-ie.html' title='About Browser Cache in IE'/><author><name>NARESH</name><uri>http://www.blogger.com/profile/04777662246319765116</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/_Jr1ntplZYX8/SSG4JiE00bI/AAAAAAAAAAY/nPoSPcQbV4c/S220/eyes.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-74449366437423236.post-3204874104601394158</id><published>2010-12-20T23:09:00.003+05:30</published><updated>2010-12-20T23:19:51.244+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML5'/><category scheme='http://www.blogger.com/atom/ns#' term='webmarker'/><title type='text'>WebMarker</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Jr1ntplZYX8/TQ-WoYh632I/AAAAAAAAAPM/IMXfrYZnUWA/s1600/flower.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 170px; height: 320px;" src="http://1.bp.blogspot.com/_Jr1ntplZYX8/TQ-WoYh632I/AAAAAAAAAPM/IMXfrYZnUWA/s320/flower.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5552822486094765922" /&gt;&lt;/a&gt;&lt;br /&gt;Recently i have been working on a bookmarklet which i have named it as &lt;a href="http://webmarker.isgreat.org/"&gt;Webmarker. &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It will just work like a canvas on you webpage. You can draw anything on your webpage by using this tool. It still in its infancy stage. &lt;br /&gt;&lt;br /&gt;It uses new HTML5 api. This bookmarklet might work with browsers that supports HTML5. You can download the &lt;a href="http://webmarker.isgreat.org/WebMarker.pdf"&gt;pdf &lt;/a&gt;in which it shows sample work done by using this tool.&lt;br /&gt;&lt;br /&gt;You can see the rose flower that i have drawn on a webpage using Webmarker.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/74449366437423236-3204874104601394158?l=bluepedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bluepedia.blogspot.com/feeds/3204874104601394158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=74449366437423236&amp;postID=3204874104601394158' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/3204874104601394158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/3204874104601394158'/><link rel='alternate' type='text/html' href='http://bluepedia.blogspot.com/2010/12/webmarker.html' title='WebMarker'/><author><name>NARESH</name><uri>http://www.blogger.com/profile/04777662246319765116</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/_Jr1ntplZYX8/SSG4JiE00bI/AAAAAAAAAAY/nPoSPcQbV4c/S220/eyes.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Jr1ntplZYX8/TQ-WoYh632I/AAAAAAAAAPM/IMXfrYZnUWA/s72-c/flower.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-74449366437423236.post-8986857475516744571</id><published>2010-12-20T23:02:00.004+05:30</published><updated>2010-12-20T23:08:52.670+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='apply'/><title type='text'>Finding Max and Min values in an Array</title><content type='html'>To Find the min and max of an array, there is a simple technique by making use of javascript &lt;a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function/apply"&gt;apply &lt;/a&gt;method which takes this object and an array of arguments.&lt;br /&gt;&lt;br /&gt;To find the Max of an array&lt;br /&gt;Math.max.apply(Math, [1,2,3,4,5,6,7,8]);&lt;br /&gt;&lt;br /&gt;To find the min of an array&lt;br /&gt;Math.min.apply(Math, [1,2,3,4,5,6,7,8]);&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/74449366437423236-8986857475516744571?l=bluepedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bluepedia.blogspot.com/feeds/8986857475516744571/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=74449366437423236&amp;postID=8986857475516744571' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/8986857475516744571'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/8986857475516744571'/><link rel='alternate' type='text/html' href='http://bluepedia.blogspot.com/2010/12/finding-max-and-min-values-in-array.html' title='Finding Max and Min values in an Array'/><author><name>NARESH</name><uri>http://www.blogger.com/profile/04777662246319765116</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/_Jr1ntplZYX8/SSG4JiE00bI/AAAAAAAAAAY/nPoSPcQbV4c/S220/eyes.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-74449366437423236.post-4787455531076343810</id><published>2009-07-09T00:03:00.006+05:30</published><updated>2009-07-15T07:46:06.622+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Gtalk'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips And Tricks'/><title type='text'>Invisible users in Gtalk...</title><content type='html'>With the invisible feature for &lt;a href="http://www.google.com/talk/"&gt;GTalk&lt;/a&gt; (in GMail), its easy to go invisible. Is there a way to findout whether a particular user is online or just invisible to others???&lt;br /&gt;&lt;br /&gt;Recently I observed a small thing in GTalk that can easily tell you whether he is actually invisible or offline. Just ping the user that you want to know about his status, if the response doesn't contain anything in red and the response is something similar to the image below then the user is in invisible mode.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Jr1ntplZYX8/SlTohjh_XGI/AAAAAAAAABA/mBrpKgzq2C8/s1600-h/invisible.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 149px;" src="http://4.bp.blogspot.com/_Jr1ntplZYX8/SlTohjh_XGI/AAAAAAAAABA/mBrpKgzq2C8/s320/invisible.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5356161520021494882" title="Invisible User"/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If the response is something similar to that of the image shown below(if you get the response in red color) then he is actually Offline.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Jr1ntplZYX8/SlTpUzM9tHI/AAAAAAAAABI/R2QEmcJMvCI/s1600-h/logout.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 153px;" src="http://3.bp.blogspot.com/_Jr1ntplZYX8/SlTpUzM9tHI/AAAAAAAAABI/R2QEmcJMvCI/s320/logout.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5356162400401601650" title="Offline"/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The messages that you get in turn as response in the above two cases are different, which helps us to know the status of the user. This seems to be a very simple trick to check ... :) I have been using this successfully for a while to check my friends status.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/74449366437423236-4787455531076343810?l=bluepedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bluepedia.blogspot.com/feeds/4787455531076343810/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=74449366437423236&amp;postID=4787455531076343810' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/4787455531076343810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/4787455531076343810'/><link rel='alternate' type='text/html' href='http://bluepedia.blogspot.com/2009/07/invisible-users-in-gtalk.html' title='Invisible users in Gtalk...'/><author><name>NARESH</name><uri>http://www.blogger.com/profile/04777662246319765116</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/_Jr1ntplZYX8/SSG4JiE00bI/AAAAAAAAAAY/nPoSPcQbV4c/S220/eyes.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Jr1ntplZYX8/SlTohjh_XGI/AAAAAAAAABA/mBrpKgzq2C8/s72-c/invisible.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-74449366437423236.post-48146417841104101</id><published>2009-06-12T15:14:00.004+05:30</published><updated>2009-07-15T07:47:46.817+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>Just for fun...</title><content type='html'>Wanna chat with my AI BOT ..&lt;br /&gt;here u go..&lt;br /&gt;Talk to &lt;a href="http://www.personalityforge.com/directchat.php?BotID=66739&amp;MID=66737"&gt;&lt;b&gt;Spider Man&lt;/b&gt;&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/74449366437423236-48146417841104101?l=bluepedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bluepedia.blogspot.com/feeds/48146417841104101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=74449366437423236&amp;postID=48146417841104101' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/48146417841104101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/48146417841104101'/><link rel='alternate' type='text/html' href='http://bluepedia.blogspot.com/2009/06/just-for-fun.html' title='Just for fun...'/><author><name>NARESH</name><uri>http://www.blogger.com/profile/04777662246319765116</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/_Jr1ntplZYX8/SSG4JiE00bI/AAAAAAAAAAY/nPoSPcQbV4c/S220/eyes.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-74449366437423236.post-1764465193379124268</id><published>2009-01-03T21:44:00.004+05:30</published><updated>2009-01-03T22:10:54.526+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='bootloader'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Modifying the Boot loader in Ubuntu !!</title><content type='html'>Recently I updated Ubuntu from 8.04 to 8.10. This has created one more entry in the Boot loader. I want to delete the unnecessary boot loader entries.&lt;br /&gt;&lt;br /&gt;           In Windows XP, we have a Boot.ini file where we can directly delete the entries using any Text Editor. But , Windows Vista doesn't have this Boot.ini option. Instead there is a BCDEdit.exe. I was not comfortable editing the Boot Loader file using this Vista tool. So I was looking for alternative solution.&lt;br /&gt;&lt;br /&gt;           The solution I found was pretty simple using Ubuntu &lt;a href="https://help.ubuntu.com/community/GrubHowto"&gt;GRUB&lt;/a&gt;. GRUB is a Master Boot Record. For example, if you have both Windows and Linux installed on a computer, GRUB would load before either of these and let you choose which one to boot.&lt;br /&gt;           Now as I found the exact solution to this problem, I navigated to /boot/grub/menu.lst file, which contains all the Boot Load entries like this ..&lt;br /&gt;&lt;br /&gt;title        Ubuntu 8.10, kernel 2.6.27-9-generic&lt;br /&gt;root        (hd0,5)&lt;br /&gt;kernel        /boot/vmlinuz-2.6.27-9-generic root=UUID=dff991c4-a91a-4fe9-a6a7-a0608361eefd ro quiet splash&lt;br /&gt;initrd        /boot/initrd.img-2.6.27-9-generic&lt;br /&gt;quiet&lt;br /&gt;&lt;br /&gt;title        Ubuntu 8.10, kernel 2.6.24-19-generic&lt;br /&gt;root        (hd0,5)&lt;br /&gt;kernel        /boot/vmlinuz-2.6.24-19-generic root=UUID=dff991c4-a91a-4fe9-a6a7-a0608361eefd ro quiet splash&lt;br /&gt;initrd        /boot/initrd.img-2.6.24-19-generic&lt;br /&gt;quiet&lt;br /&gt;&lt;br /&gt;title        Ubuntu 8.10, kernel 2.6.24-16-generic&lt;br /&gt;root        (hd0,5)&lt;br /&gt;kernel        /boot/vmlinuz-2.6.24-16-generic root=UUID=dff991c4-a91a-4fe9-a6a7-a0608361eefd ro quiet splash&lt;br /&gt;initrd        /boot/initrd.img-2.6.24-16-generic&lt;br /&gt;quiet&lt;br /&gt;&lt;br /&gt;# This entry automatically added by the Debian installer for a non-linux OS&lt;br /&gt;# on /dev/sda1&lt;br /&gt;title        Windows Vista/Longhorn (loader)&lt;br /&gt;root        (hd0,0)&lt;br /&gt;savedefault&lt;br /&gt;makeactive&lt;br /&gt;chainloader    +1&lt;br /&gt;&lt;br /&gt;Now we have to delete the entries we dont want. I've deleted the unnecessary entries.. Ubuntu 8.10, kernel 2.6.24-16-generic and Ubuntu 8.10, kernel 2.6.24-19-generic sections.&lt;br /&gt;&lt;br /&gt;Now I do have only the Boot entries which I want !!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/74449366437423236-1764465193379124268?l=bluepedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bluepedia.blogspot.com/feeds/1764465193379124268/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=74449366437423236&amp;postID=1764465193379124268' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/1764465193379124268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/1764465193379124268'/><link rel='alternate' type='text/html' href='http://bluepedia.blogspot.com/2009/01/modifying-boot-loader-in-ubuntu.html' title='Modifying the Boot loader in Ubuntu !!'/><author><name>NARESH</name><uri>http://www.blogger.com/profile/04777662246319765116</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/_Jr1ntplZYX8/SSG4JiE00bI/AAAAAAAAAAY/nPoSPcQbV4c/S220/eyes.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-74449366437423236.post-3351221697816840562</id><published>2008-11-29T21:28:00.006+05:30</published><updated>2009-07-15T07:47:12.709+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='JPS'/><title type='text'>JPS : Differentiate between multiple java processes</title><content type='html'>The general problem which everybody faces while using multiple JVM process is that when u want to kill a particular process, u need to find out exactly by killing which process kills the program u want.&lt;br /&gt;Suppose when u r running a server and an Java IDE and lets say the IDE is hanged and u want to kill it. But if we see the Task Manager there will be multiple java.exe's. We need to find out which process kills the program u want to terminate.&lt;br /&gt;In that case, we have a handy tool named &lt;a href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html"&gt;JPS&lt;/a&gt;. JPS is Java Virtual Machine Process Status Tool, which comes by default with the Java Installation.&lt;br /&gt;First of all we need to find out the Process Identifier(PID) of the corresponding programs. Lets say if we run a server and IDE . We want to terminate the IDE.&lt;br /&gt;** Type jps in the command prompt which will list all the Java processes running on the machine with the corresponding PIDs.&lt;br /&gt;**Now we got the PID of the process which we want to kill. Lets say PID of server is 5080 and IDE is 3936.&lt;br /&gt;**Now the next question is how to map this PID with the java process that is shown in the Task Manager.&lt;br /&gt;**Open the Task Manager, Go to View&gt;Select Columns&gt; check PID.&lt;br /&gt;Now the Task Manager will list all the PID's along with the process.&lt;br /&gt;**Now kill the corresponding java.exe process with the correct PID given by JPS. i.e. Kill 3936, which kills the IDE process without interupting any other java processes.&lt;br /&gt;&lt;br /&gt;So, now we can be pretty sure which process we r going to terminate !!!!&lt;br /&gt;&lt;h1&gt;&lt;br /&gt;&lt;/h1&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/74449366437423236-3351221697816840562?l=bluepedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bluepedia.blogspot.com/feeds/3351221697816840562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=74449366437423236&amp;postID=3351221697816840562' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/3351221697816840562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/3351221697816840562'/><link rel='alternate' type='text/html' href='http://bluepedia.blogspot.com/2008/11/jps-differentiate-between-multiple-java.html' title='JPS : Differentiate between multiple java processes'/><author><name>NARESH</name><uri>http://www.blogger.com/profile/04777662246319765116</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/_Jr1ntplZYX8/SSG4JiE00bI/AAAAAAAAAAY/nPoSPcQbV4c/S220/eyes.JPG'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-74449366437423236.post-1148176172001800336</id><published>2008-11-17T22:39:00.002+05:30</published><updated>2009-07-15T07:49:45.705+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='Netbeans'/><title type='text'>Problem with the Netbeans 6.1 installer ????</title><content type='html'>I was trying to intall netbeans-6.1-ml-windows.exe on vista and faced some &lt;a href="http://bluepedia.blogspot.com/2008/11/java-version.html"&gt;inital problems&lt;/a&gt;. After setting them correct there was another blocker in the store for me... &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I was installing that from the command line...&lt;/div&gt;&lt;div&gt;D:\softwares\myeclipse&gt;netbeans-6.1-ml-windows.exe --javahome C:\Java\jdk1.5.0_06&lt;br /&gt;&lt;/div&gt;&lt;div&gt;and it showed me "Unsupported Java VM version".&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So i need to update my Java. &lt;/div&gt;&lt;div&gt;My concerns in updatng the java are:&lt;/div&gt;&lt;div&gt;1. So when i update will it intall java 6 on my machine???&lt;br /&gt;&lt;/div&gt;&lt;div&gt;2. How to stick to java 5.x and get the latest in Tiger???&lt;/div&gt;&lt;div&gt; &lt;/div&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/74449366437423236-1148176172001800336?l=bluepedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bluepedia.blogspot.com/feeds/1148176172001800336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=74449366437423236&amp;postID=1148176172001800336' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/1148176172001800336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/1148176172001800336'/><link rel='alternate' type='text/html' href='http://bluepedia.blogspot.com/2008/11/probem-with-netbeans-61-installer.html' title='Problem with the Netbeans 6.1 installer ????'/><author><name>NARESH</name><uri>http://www.blogger.com/profile/04777662246319765116</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/_Jr1ntplZYX8/SSG4JiE00bI/AAAAAAAAAAY/nPoSPcQbV4c/S220/eyes.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-74449366437423236.post-4827548099011511828</id><published>2008-11-17T22:23:00.002+05:30</published><updated>2009-07-15T07:49:21.836+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>java -version ????</title><content type='html'>&lt;div&gt;I was trying to install netbeans on vista and the installer says  &lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b class="highlight"&gt;JDK&lt;/b&gt; 6 or &lt;b class="highlight"&gt;JDK&lt;/b&gt; 5 &lt;b class="highlight"&gt;is&lt;/b&gt; required for installing &lt;b class="highlight"&gt;the&lt;/b&gt; &lt;b class="highlight"&gt;NetBeans&lt;/b&gt; IDE. &lt;b class="highlight"&gt;Make&lt;/b&gt; &lt;b class="highlight"&gt;sure&lt;/b&gt; &lt;b class="highlight"&gt;that&lt;/b&gt; &lt;b class="highlight"&gt;the&lt;/b&gt; &lt;b class="highlight"&gt;JDK&lt;/b&gt; &lt;b class="highlight"&gt;is&lt;/b&gt; &lt;b class="highlight"&gt;properly&lt;/b&gt; &lt;b class="highlight"&gt;installed&lt;/b&gt; &lt;b class="highlight"&gt;and&lt;/b&gt; &lt;b class="highlight"&gt;run&lt;/b&gt; &lt;b class="highlight"&gt;installer&lt;/b&gt; &lt;b class="highlight"&gt;again&lt;/b&gt;. &lt;/span&gt;&lt;br /&gt;&lt;span&gt;You can specify valid &lt;b class="highlight"&gt;JDK&lt;/b&gt; location using --javahome &lt;b class="highlight"&gt;installer&lt;/b&gt; argument. &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;so when i try to check my intalled java version number it says&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;C:\Users\Naresh&gt;java -version&lt;/div&gt;&lt;div&gt;Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'&lt;/div&gt;&lt;div&gt;has value '1.5', but '1.6' is required.&lt;/div&gt;&lt;div&gt;Error: could not find java.dll&lt;/div&gt;&lt;div&gt;Error: could not find Java SE Runtime Environment.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;To solve this i tried everything  changing, adding and deleting the registry entries whatever i felt would solve the issue. After digging into the issue somewhere i found a pointer to look into the java.exe in the C:\Windows\System32 folder.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here I found that the java.exe is from java 6.0, i thought of replacing this with java.exe of 5.0 and suddenly it all worked :-) . So there is nothing that we could actually change in the registry&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;and finally &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;C:\Users\Naresh&gt;java -version&lt;/div&gt;&lt;div&gt;java version "1.5.0_06"&lt;/div&gt;&lt;div&gt;Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)&lt;/div&gt;&lt;div&gt;Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)&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/74449366437423236-4827548099011511828?l=bluepedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bluepedia.blogspot.com/feeds/4827548099011511828/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=74449366437423236&amp;postID=4827548099011511828' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/4827548099011511828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/74449366437423236/posts/default/4827548099011511828'/><link rel='alternate' type='text/html' href='http://bluepedia.blogspot.com/2008/11/java-version.html' title='java -version ????'/><author><name>NARESH</name><uri>http://www.blogger.com/profile/04777662246319765116</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='http://2.bp.blogspot.com/_Jr1ntplZYX8/SSG4JiE00bI/AAAAAAAAAAY/nPoSPcQbV4c/S220/eyes.JPG'/></author><thr:total>1</thr:total></entry></feed>
