I have tried to make a project that connects to a DB and takes information and outputes them in a desktop application through grpc. But, when I compile it I get "Error:(20,18) java: cannot find symbol" in a target file( which is auto-generated by protoc. I can't understand the issue with this. I have tried to change the compiler of mvn, to change the version on protoc, to setup a different JDK, everything just gets worse that it already is.
My project can be viewed here : https://github.com/Diana-Ioana/grpc My db and error with the generated target files that crashes is : https://i.stack.imgur.com/7U1zB.jpg
I have no idea what to do now. Any help would be greate, thank you!