Step 1: Right-click the project and select “Build Path » Add Libraries …”. Step 2: Dialog the window that pops up, select “User Library” and click the “Next” button. Step 3: Select the user libraries you want to add and click “Finish”.
Read moreWhat is import use in Java?
The import keyword is used to import a package, class or interface .
Read more