Reputation: 521
I am working on a bukkit plugin (for Minecraft) and I would like to include the JavaMail JAR, I am using eclipse to develop the plugin and I cannot figure out how to make it reference the included mail.jar when the mail function executes.
Upvotes: 1
Views: 2411
Reputation: 7253
Paste the JAR file within a folder in your Java Project, then Right-Click-> Properties -> Build Path-> Libraries-> Add External Jar and select the JAR you just included.
Upvotes: 3