New Java Tool - JarIndex |
Programming-fu |
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)
If you program in Java, check it out, let me know if there's anything missing!
TrackBack URL for this entry:
http://mt.homeport.org/cgi-bin/mt-tb.cgi/2406