java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/mail/MessagingException

后端 未结 5 999
粉色の甜心
粉色の甜心 2020-12-09 08:54

I have a maven dependency for javaee Bibliothek.


    javax
    javaee-api         


        
5条回答
  •  一生所求
    2020-12-09 09:38

    in my case, only use the library:

    
        javax.mail
        mail
        1.4
    
    

    Run with JDK 6 and Tomcat without problems

提交回复
热议问题