bbottema / outlook-message-parser

A Java parser for Outlook messages (.msg files)
76 stars 35 forks source link

Error in compiling #47

Closed kmukul123 closed 3 years ago

kmukul123 commented 3 years ago

Sorry I am new to java, How do i compile this? I am getting an error

package javax.activation does not exist

bbottema commented 3 years ago

You can compile this with JDK 8. That or you'll have to add the javax activation dependency to the POM, which was separated from the later JDK.