Having trouble installing extensions for Java. For instance I found a nice looking StringUtils class at
http://dev.kanngard.net/Permalinks/ID_20030310231613.html
When I run StringUtils.java, the compiler balks at the lines
import net.kanngard.util.CollectionUtils;
import net.kanngard.util.NumberUtils;
From the links at the above page, I download the "Commons Lang" library and another one called "Commons Collections". Problem is I can't find out exactly what to do with the files. Can't find any install help on the site.
With other extensions I've put the .jar files into my [java install path]\jre\lib\ext\ path, which works sometimes, but not for the above.
Any one know how to get this working?
Using jdk 1.5.0_05 on XP v2002 sp2.