0

I coded a little socket client/server app using eclipse. Aiming to use maven capabilities for dependencies, I created a new maven project where I copy and paste exactly the same code as before.

However, every time i try to connect from the client app the following exception is triggered:

java.lang.ClassNotFoundException: Message

Julian F. Weinert
  • 7,474
  • 7
  • 59
  • 107
fegugi
  • 11
  • 4

1 Answers1

0

Try

maven clean install

If you are in eclipse, try alt + f5 in project to execute maven update.

Hope help you.

Thiago Bomfim
  • 408
  • 6
  • 12