Why do I still report an error when executing JSONObject after the introduction of JSON-related dependency packages?

introduced JSON related dependency packages (following)

clipboard.png

clipboard.png

clipboard.png

clipboard.png

clipboard.png

net/sf/ezmorph/Morpher

clipboard.png

:java.lang.NoClassDefFoundError: net/sf/ezmorph/Morpher


exetute()JSONObject jo=JSONObject.fromObject(about_book);Myeclipse.jspjsonajax:

clipboard.png

but all dependent packages have been imported. What is the reason for this?

Aug.12,2021

find out if there is a Morpher class. Or clean recompiles


after reading an article , I wondered if it could be caused by the classPath problem, and found my carelessness: ezmorph-1.0.3.jar was provided by myself in myEclipse. After opening this package, I found that its content is roughly the same as the ezmorph-1.0.6.jar that I downloaded but placed in another location. This reinforces my above ideas. So I imported the ezmorph-1.0.3.jar package provided by myEclipse into the project file, and the functional flow can be implemented.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7c19d1-2a898.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7c19d1-2a898.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?