posted 3 years ago
In order to study, I decided to write all codes and to create all directories. But I became stuck when I reached the jar command to create the first module jar file.
The problem is that, in this page, the command "jar -cvf mods/zoo.animal.feeding.jar -C feeding/" is incorrect, as it needs a blank space before the slash to fulfill its needs.
After executing "jar -cvf mods/zoo.animal.feeding.jar -C feeding /", everything was working smoothly.