It looks like you just jarred the classes up by hand. Did you? The book.class in the jar file should be address/book.class, from the error message you're getting.
How did you build it? If you're using NetBeans, Shift-F11 will build the jar file automatically. Look at the console output to see its location.
(Sorry I didn't respond with more detail before ... it's been a while since I used NetBeans ... I just created and built a HelloWorld.jar from NetBeans and it works fine)