How to import a jar in Eclipse

前端 未结 10 1432
挽巷
挽巷 2020-11-21 06:54

How do I import a jar in Eclipse?

10条回答
  •  走了就别回头了
    2020-11-21 07:37

    Jar File in the system path is:

    C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jar

    ojdbc14.jar(it's jar file)

    To import jar file in your Eclipse IDE, follow the steps given below.

    1. Right-click on your project
    2. Select Build Path
    3. Click on Configure Build Path
    4. Click on Libraries and select Add External JARs
    5. Select the jar file from the required folder
    6. Click and Apply and Ok

提交回复
热议问题