Importing a jar file
Note that for this example we will be assuming the following:
- The jar we want to import is called fang.jar
- The project we want to import into is called ExampleProject
- Open Eclipse if not already open
- Find the project you want to import the jar into, in this example ExampleProject
- Right-click on the project name and select "Import..." from the menu
- Under the General folder [click the plus sign to its left to expand it if not already done so] select "Archive File" and click Next.
- In the next window the top will ask for the file. Click the Browse button and find the jar file, in this example fang.jar. Select it and click the Okay Button
- Now you can click the Finish button