my java file seems to think that the package i imported com.toedter.calendar.; does not exist. I don't see how this is possible due to the file that contains the package (jcalendar-1.4.jar) is in my Referenced Libraries.
The first picture is my folder structure.
The second picture is the .jar files in my referenced libraries.
The third picture is the error.
Here is my settings.json code:
```{
"java.project.referencedLibraries": [
"lib/**/.jar",
"Loginmanagements/lib/jcalendar-1.4.jar",
"Loginmanagements/lib/LGoodDatePicker-11.2.1.jar",
"Loginmanagements/lib/mysql-connector-j-9.3.0.jar"
]
}
```