Ubuntu Font and Zenburn – I like to make my code look good

I have been asked many times about the font I use in Visual Studio. Colleagues who visit my cubicle often admire how I have setup Visual Studio or my text … Continue Reading →


java.lang.NoClassDefFoundError: …/guava/common/primitives/UnsignedBytes

No idea why this happened today on a Hadoop project which was running fine till now. java.lang.NoClassDefFoundError: org/apache/hadoop/thirdparty/guava/common/primitives/UnsignedBytes    at org.apache.hadoop.io.FastByteComparisons$LexicographicalComparerHolder $UnsafeComparer.compareTo(FastByteComparisons.java:226)    at org.apache.hadoop.io.FastByteComparisons$LexicographicalComparerHolder $UnsafeComparer.compareTo(FastByteComparisons.java:113)    at org.apache.hadoop.io.FastByteComparisons.compareTo(FastByteComparisons.java:42)    at org.apache.hadoop.io.WritableComparator.compareBytes(WritableComparator.java:150)    at org.apache.hadoop.io.Text$Comparator.compare(Text.java:306)    … Continue Reading →


Axis2 Plugin for Netbeans 7.1.2

I upgraded Netbeans today and found that there is no Axis2 plugin available via Tools –> Plugins. Looks like Axis2 support plugin has been discontinued in Netbeans. However the link … Continue Reading →


Add Javadoc to Netbeans

I installed Netbeans 6.9 on my machine and found that Javadoc is not installed. For example when invoking intellisense for a method in Calendar class I get the following message. … Continue Reading →


Running Glassfish In Verbose Mode From NetBeans

The title of this post “Running Glassfish In Verbose Mode From NetBeans” is slightly misleading because what I am showing here is a way to view Glassfish logs within NetBeans … Continue Reading →


LINQPad with Intellisense

I had a look at LINQPad few months ago when I wrote about how you can use this tool to view generated LINQ To SQL Queries. There is not doubt … Continue Reading →