|
From: bornleo <pan...@re...> - 2009-01-21 09:56:56
|
skadiy000 wrote: > > Dear All > > > > When I am using with command line in Unix, I am getting the following > error: > > > > > > bash-3.00$ ./encrypt.sh input="test" password=test > > > > ----ENVIRONMENT----------------- > > > > Runtime: Sun Microsystems Inc. Java HotSpot(TM) Server VM 1.5.0_07-b03 > > > > > > > > ----ARGUMENTS------------------- > > > > input: test > > password: test > > > > > > > > ----ERROR----------------------- > > > > java.lang.NoClassDefFoundError: com/ibm/icu/text/Normalizer > > > > > > I have copied the icu4j-3_8_1.jar to bin and it did not fix the error > issue. > > > > Appreciate help. > > > > Thanks > > > > > Just a food for thought try unzipping the jar file and check if it has the specified class in it. Leo -- View this message in context: http://www.nabble.com/jasypt-cli-issue-tp21497927s21332p21580045.html Sent from the Jasypt - Users mailing list archive at Nabble.com. |