简体   繁体   中英

Importing jar file into IntelliJ Idea?

I want to use methods in Java Mail API, so I am trying to import its jar into my project on IntelliJ IDEA. How do I import or download this new jar? I am not new to IntelliJ IDEA, but haven't imported new jar in two months now.

Also, do I need other setup in order to use Java Mail API?

1) You need to create a Project in IntelliJ IDEA.

Now you have two options.

2.1.) Open the Project view in the IDE. Then right
click on your Project and do Open Module Settings (or press F4).

2.2.) From the File menu just choose Project structure.

3) Then go to Libraries on the left side. Then click the + sign (add new library).
Then locate your JAR and select it, this will import it as a library.

Note: The JAR you need to have downloaded first on your local machine.

Here is a screenshot, with added one JAR to a project I just created.

在此输入图像描述

To make an example that works you'll need some mail servers.

See for example here.

http://www.mkyong.com/java/javamail-api-sending-email-via-gmail-smtp-example/

You can go to 'Project structure' with this short key 'Ctrl+Alt+Shift+s'

and in Library you can add your jar files

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM