Blog Detail

ArunDhaJ's

ArunDhaJ's

http://www.arundhaj.com/

My knowledge house, which might help others.

subscribe Recent Posts

  • 8 Step Eclipse RCP Application

    Posted on Wednesday May 20th, 2009 at 05:55 in java, eclipse

    There was a requirement in my project to develop a desktop application with rich UI. Being had experience in UI development in .net I just wanted to try with Java. Various options like applet, Swing, JFC, etc. mounted in my mind, and was bit confused...

  • Ant step by step

    Posted on Wednesday April 15th, 2009 at 08:57 in java, ant

    Consider a HelloWorld.java programpublic class HelloWorld { public static void main(String [] args) { System.out.println("Hello World!!!"); }}Compiling with commands:$ javac HelloWorld.java$ jar -cvf HelloWorld.jar HelloWorld.classadded manifest...

  • Generate Unique ID in Java

    Posted on Monday February 16th, 2009 at 02:55 in java

    Java 1.5 has a method to generate an unique ID. Earlier, current time in milliseconds (System.currentTimeMillis()) was used as an unique ID. With the invention of multi-threaded fast computers there are risks of getting same ID. UUID in java.util pa...

  • Uninstall JRE from command prompt

    Posted on Wednesday January 28th, 2009 at 01:38 in java

    I was searching how to uninstall JRE through command prompt, as it was required for my project. And here is the procedure to do so. Each JRE version has different Uninstall procedure. The following step caters to Java(v6.0.110).Open the registry edit...

  • Change file created and modified date

    Posted on Tuesday December 16th, 2008 at 05:39 in General

    I was badly in need of changing the file's modified date, because my compiler considers the file for compilation only if its modified date is greater than the previous modified date. The following software came to rescue me....http://no-nonsense-soft...

  • Hide navbar in the blog

    Posted on Saturday December 13th, 2008 at 00:17 in blog

    You wanna get rid of Navbar from the blog? Follow the below steps to hide it...1. Layout > Edit HTML2. Search for the following three lines]]></b:skin></head><body>3. Paste the following code above it to hide the Navbar#navbar-if...

Comments & Reviews

There is no rating for this blog because there are no comments yet.

Post A Comment/Review

* Your IP is being logged.
* Your e-mail address is used only for verification purposes only and will not be sold, or shown publicly.
* No HTML tags allowed
* DO NOT use the Comments/Reviews to promote your own site.

Name: or Login
E-mail:
Rating:
Verify: Spam Protection: sum of 3 + 2
Comment:
  Remember Information
 
  •  

  • Rate This Blog

  • Related Blogs

  • Tag Cloud

  • view moreRecent Viewers

    • OriginalCopy
    • ptr128
    • AleexMac