JDeveloper 14.1.2, built with Java 21.0.8, on Windows 11
Working on a legacy project built without Maven; project uses several external libraries (e.g., Spring, Mockito); have loaded all the relevant library jars onto dev machine and added library definitions to the “User” section of JDeveloper library list.
The problem: In the legacy code, JDeveloper says the packages from the user-defined libraries do not exit; when I try to type in an import from one of the added libraries, the packages are not included in auto-complete options.