http://dev.kanngard.net/Permalinks/I...310231613.html
When I run StringUtils.java, the compiler balks at the lines
Code:
import net.kanngard.util.CollectionUtils; import net.kanngard.util.NumberUtils;
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.


