In order to build gradle project, Go to Java
project root directory location (samples) and execute
the following shell command,
./gradlew :ch02:productinfo:java:server:build
In order to run, Go to Java
project root directory location (productinfo/java/server) and execute the following
shell command,
java -jar build/libs/server.jar
In order to build gradle project, Go to Java
project root directory location (inside samples directory) and execute
the following shell command,
./gradlew :ch02:productinfo:java:client:build
In order to run, Go to Java
project root directory location (productinfo/java/client) and execute the following
shell command,
java -jar build/libs/client.jar