java.lang.NoClassDefFoundError: org/apache/commons/collections/ReferenceMap

后端 未结 3 2024
悲&欢浪女
悲&欢浪女 2021-01-13 22:48

Really newbie in java, Spanish-speaker, so, ill do my best for you to understand me :). I made a program which manages a mysql database for storing clientes, information abo

3条回答
  •  星月不相逢
    2021-01-13 23:12

    The better trick is to get the classes that are mentioned as missing. In here the missing class is org/apache/commons/collections/ReferenceMap

    Then google for the jar file and download the newest stable verion and check if the jar file contains the missing class. Once you find the correct jar file, add it to the project.

提交回复
热议问题