Jasypt Users Forum

java.lang.NoClassDefFoundError: org/jasypt/encryption/StringEncryptor

View: New views
1 Messages — Rating Filter:   Alert me  

java.lang.NoClassDefFoundError: org/jasypt/encryption/StringEncryptor

by wayne tan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm using Jasypt to encrypt my database password in a "standalone" java application. After i've jar my app along with jasypt jar and its dependencies: commons-code, commons-lang, and icu4j, i still got this NoClassDefFoundError exception when i ran my app jar...

I'm sure in my MANIFEST.MF i have these entries in my Class-Path:
lib/icu4j-4_0.jar
lib/jasypt-1.5.jar
lib/commons-codec-1.3.jar
lib/commons-lang-2.3.jar

Anyone has any clue?