I am building a web service that has to run in Tomcat 5.5 and JDK 1.5 environment. I plan to use Jasypt 1.5 to encrypt the password of a data source. However, I got org.jasypt.exceptions.EncryptionInitializationException: java.lang.NoClassDefFou
ndError: com/ibm/icu/text/Normalizer error even I put the IBM icu4j-4_0_1.zip package to the CLASSPATH. I read the release document for jasypt 1.5, which states that "you should never add any dependencies into your projects' classpath. Can I make Jasypt 1.5 work with JDK 1.5?
If it is no possible to make it work, where can I download jasypt 1.4? Is seems to me that jasypt 1.4 allows adding dependencies to the classpath.
Thank you for any help.