Hi,
I bought myself Thinking in Java, 3rd Edition, but did not get the cd with (Tried but failed to explain to the chinese shop assistant ), so I got myself the excersizes from the internet.

I am coding in EditPlus, as I believe when one try learn a new language, you should do as much of the dirty work yourself.

However, I got no idea how to work with the supplied excersizes. It got folders named c02 to c15, and the com, frogbean and jcsc folders.

In for instance an excersize in c03 named called EqualsMethod.java, there will be an import line like "import com.bruceeckel.simpletest.*;" This class is in the com folder (com\bruceeckel\simpletest)

How do I compile this sample excersizes in the chapter folders, that import stuff in the com directory?

I'm a newbie, especially with this kind of stuff. Just know some basic Java