Java Tip: Find process id of running Java process

Here is a simple tip for Java developers. Let’s say if you had to find the process id (pid) of a running Java process within your Java application, following is the code for that. import sun.management.VMManagement; import java.lang.management.ManagementFactory; import java.lang.management.RuntimeMXBean; …

Read more »

How I rescued an infected Windows XP using Linux(Ubuntu)?

Before we start, little bit of scenario description first. You walk inside the home and you see a sad look on the face of your wife & kid saying that the computer “got crashed”. They told you that the Windows …

Read more »

Is google getting ready to trash IE7 support soon?

This really cracked me up. I didn’t know google is getting ready to expire IE7 support soon. If you visit any of the projects in http://code.google.com like (http://code.google.com/p/libraryfinder/), this is what you would see in the header. I know IE6 …

Read more »

Your Ad Here