Hi there,
I've never used BlueJ, so hope this will work for you.
Depending on which version of Windows you're using you need to set the directory where BlueJ stores the .java files in the CLASSPATH (windows98 has the list in autoexec.bat or config.sys (can't remember which, sorry) - I use c:\javaranch and that is in my CLASSPATH list as c:\javaranch; (don't forget the ; at the end of the name).
Once you've set the classpath then restart the PC (not essential with XP, but good practice).
Copy the JavaRanchCommon zip file into that directory.
Have another go at compiling and the system should be able to find the .zip file from the import com.javaranch.common.*; in your DaysOld.java file.
Good Luck.
All the best,
Kate!!