throws java.lang.NoClassDefFoundError: net/sf/ezmorph/Morphe
Brought to you by:
aalmiray
I tried to use Version 0.8 (Release Date August 29
2006) of you json-lib.jar it throws a
java.lang.NoClassDefFoundError:
net/sf/ezmorph/MorpherRegistry
when I tried to use in this following way...
JSONArray jsonArray = JSONArray.fromObject(
getEsigRequirements() );
return jsonArray.toString();
I looked inside the jar file and I could not find this
particular class net/sf/ezmorph/MorpherRegistry
Thanks
Jay
Logged In: YES
user_id=1192026
Jay,
do you have ezmorph-0.8.1.jar in your classpath ?
if not, please go to EZMorph's site
http://ezmorph.sourceforge.net to donwload it.
If you are using maven it should be downloaded automatically.