Menu

#10 throws java.lang.NoClassDefFoundError: net/sf/ezmorph/Morphe

closed
aalmiray
None
5
2006-09-16
2006-09-16
Anonymous
No

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

Discussion

  • aalmiray

    aalmiray - 2006-09-16

    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.

     
  • aalmiray

    aalmiray - 2006-09-16
    • assigned_to: nobody --> aalmiray
    • status: open --> closed
     

Log in to post a comment.