Skip to main content

Posts

Showing posts from March, 2010

Creating Executable Jar File

Creating a Executable Jar file is a very easy task until you don't know how to do it!! If you are using Eclipse for Java Application development then its more easier than using command line, Following are the steps for creating Jar file - using Eclipse 1. Right click on your project and select Export from popup menu

Building small utilities

Another day in office, got extra task to do other than office work!! Task is to build a small utility which will replace all occurrences of a pattern in all project files with another pattern. Use of regular expression made id it easy to complete the task and the utility is built. :)