Package does not exist
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"
]
}
```



3 Replies
⌛ This post has been reserved for your question.
Hey @Dante! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
Please format your code to make it more readable. For java, it should look like this:
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.