Friday, May 20, 2005
New Google home page is here!
Click here to have a peek. Offers personalization with gmail,news,quotes and much more. As always simple but powerful!
Wednesday, May 18, 2005
JAR file and CLASSPATH
if you are using the following command to run a jar file and want to provide a classpath to the running jar file... the following command will NOT work..
java -classpath C:\test\classes -jar test.jar
The answer is..
CLASSPATH=C:\test\classes
java -XBootclasspath/a:%CLASSPATH% -jar test.jar
java -classpath C:\test\classes -jar test.jar
The answer is..
CLASSPATH=C:\test\classes
java -XBootclasspath/a:%CLASSPATH% -jar test.jar
Sunday, May 08, 2005
Cool Desktop
Decorate your desktop with the coolest widgets! The konfabulator is here! It has lot of cool widgets for your desktop including cpu monitor, wirless signal strength, photo viewer and even a local traffic monitor. Its really cool and is a must have for your desktop. It runs both on MAC OS X and Windows XP
Google Ultimate Finder
Today I stumbled upon this website. Its really cool and it provides an easy interface to all hidden features of Google!
Friday, May 06, 2005
Google releases Web Accelerator
Google released a Web Accelerator (ofcourse beta). Its definitely helpful. Have a click here.
Subscribe to:
Posts (Atom)