•September 21, 2008 •
Leave a Comment
MS Command Prompt is perhaps the most ignored application that comes with Windows. Well they launched Powershell but it is more targeted towards Administrators. I was searching for a Windows based command prompt replacement. Tried Console Beta from sourceforge but it turned out to be a memory hog.
These days i am using PowerCmd which is much neater and uses less memory. It did crash when i was using it and that did not kill the prcoess running in console. So i had to use Alt-Ctrl-Del to kill the process. PowerCmd comes with a tabbed interface and allows me to change fonts easily. User Interface is simple and self explaining. I can arrange console in predefined layouts. Copying and Pasting text is much easier. For long console message there is also option to turn Wordwrap on or off. I think default windows console should learn something from its unix counterpart.
Download Here
Posted in Technical
Tags: Command Line Replacement, Windows
•September 20, 2008 •
2 Comments
Working as a Java Developer and working across multiple projects there is one frequent error which i have encounterd is “Exception in thread "main" java.lang.NoClassDefFound Error:". The reason for this error is missing class file from the CLASSPATH.
This sometimes becomes very frustrating when you have to search for missing class in a set of JAR files. To make it bit easier i have written a small java utility which searches for class file in all jar files present in a particular directory.
I am making it available for download below and also a sample of what it can do.
C:UtilsJar Search>java -jar jarSearch.jar C:WorkJar WSDL2Java
Found WSDL2Java as org/apache/axis/wsdl/WSDL2Java.class in C:WorkJaraxis.jar
Time taken 0s
Download Here.
Update: I have moved this project to Google Code. Any new downloads will be available from here. I have also updated utility to work with swt based gui. Please locate platform specific swt.jar from here and put it in same folder as JarSearch.jar. Execute using “java -jar JarSearch.jar”
Add to: Facebook | Digg | Del.icio.us | Stumbleupon | Reddit | Blinklist | Twitter | Technorati | Furl | Newsvine
Posted in Technical
Tags: Jar Search, Java
•September 2, 2008 •
1 Comment
3 minutes before i downloaded Google Chrome and i am already at home. Built on top of webkit and mozilla components this is extremly light and simple. It imported all my bookmarks from Firefox immediately on startup. Since all tabs are individual processes, i opened few tabs and noticed the number of processes running. There is one extra process running in background as 3 tabs = 3 process + 1 more parent process.

Chrome
Infact i am using Google Chrome to write this post. One good thing is the ability to import Firefox bookmarks again and again. Youtube plays well and there is absolutely no issue. I have not been able to crash this browser till now. I changes the default downloads location to Desktop instead of My Documents. Chrome also allows us to restore tabs from previous browsing sessions. Memeory footprint is not high, considering this is a beta release.
Best Feature is the ability to search from within the address bar. Though chrome allows adding a new search provider almost everyone will stick to the default one. Chrome website is offering only the installer which then uses Google Update to download core components.
Good Browser and friendly too.
Only one surprise : Comes with Vista Buttons
Posted in Technical
Tags: Browser, Chrome, Google
Recent Comments