normanmaurer / netty-in-action

2.07k stars 1.76k forks source link

Not executing server and client process via mvn exec:java #41

Closed Hygens closed 7 years ago

Hygens commented 7 years ago

About image below I have executed command for execute Echo Client and Server for chapter2 and error for ClassNotFoundException. I have executed before on root folder for all projects mvn install -pl utils.

mvn_install_command

error_executing_server_and_client

Hygens commented 7 years ago

The problem is mine. Need execute only mvn install for build all source.