Inside a folder called Java I have a folder CIS101 that I use as workspace.
In CIS101 I have projects Chapter01, Chapter02, Chapter03, etc.
Inside each of these projects I have 2 packages: chapter01 and
projects01, chapter02 and projects02 and so on.
Inside each of these packages I have different programs (java and class
files).
I would like to use as workspace the folder Java, and in there to have
project CIS101, and in this to have chapter01, projects01, chapter02,
projects02, etc; that is I would like to eliminate the folders
Chapter01, Chapter02, etc.
How do I do this?