I am currently working on a university project involving police patrol management. It is necessary to implement different security elements in order to keep the data protected. I have therefore designed a beginning of a Client Server application.
All works well when running on IntelliJ but things get complicated once in command line. The compilation works but the execution is impossible because of a java.lang.NoClassDefFoundError.
Here is my Project Structure :
Here is the error after trying to run only the Server side of the project :
Is this error due to the fact that I am using files with secret keys and a certificate ? Or is it just my structure that is causing the problem ?
Can you help me ?