I am currently doing an assignment for university and having a problem with setup.
(therefore I am relatively new to all of this so the solution may be obvious)
The directory looks something like this:
- src
- client
- java
- de
- eist
- controller
… - view
… - Starter.java
- ClientApplication.java
- controller
- eist
- de
- java
- common
… - server
…
- client
Problem is, all the package creations (and with that the imports) are failing for an unknown reason. VSCode tells me it’s for example expecting de.eist and not client.java.de.eist. How do I fix this?
I already tried switching Gradle and Java Environments and IDEs, but the error is consistent everywhere. The Gradle build isn’t failing. The error is also not present on every students project, but only on mine and some other’s.
Knall is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.