New Java Tool - JarIndex

| No Comments

I was getting tired of having problems when building Java apps that required a certain library to be on the classpath or imported into the current app. Another site on the net had a simple lookup mechanism, but that site has gone to a paid subscription model. That just seems silly.

Enter JarIndex

The idea is if you get a compiler error like this:

Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/OperationType
at org.apache.axis.description.OperationDesc.(OperationDesc.java:59)
at org.apache.axis.client.Call.setOperationStyle(Call.java:650)

You can just go to JarIndex, enter 'javax/wsdl/OperationType', and JarIndex will tell you what library that class comes from. Add it to your classpath, and you're back into happy compilation mode!

If you program in Java, check it out, let me know if there's anything missing!


Leave a comment

Twitter

Sponsors!

About this Entry

This page contains a single entry by dbs published on February 17, 2006 1:11 PM.

The Sudoku Bug was the previous entry in this blog.

Planet Geek word cloud! is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.