In Oracle JDeveloper, importing a library refers to making external Java ARchive (JAR) files or predefined Oracle sets available to your project's classpath. Standard Methods to Import Libraries 1. Project-Level Library Import
<library version="2.0">
<name>MySQL Connector J 8.0.30</name>
<type>USER</type>
<classpath>
<entry path="D:/Dev/libs/mysql-connector-java-8.0.30.jar"/>
</classpath>
</library>
There are two ways to do this:
JDeveloper provides a straightforward way to import libraries into your project. Here's how: how to import library into jdeveloper upd