I've modified my classpath so javac sees JavaRanchCommon.zip, and I can compile fine. However, when I try to compile within an
IDE (I've tried Visual Cafe and BlueJ), the compilation fails. Is the classpath approach applicable only to using javac? I found ways within the IDEs to add the zip file to the directory structure, and it works. However, I expected that a change that works for javac would work for all compilers.
Thanks