pro_jsp thread: Java class files not found.
Seems like you are using Java 1.1.x instead of 1.2/3 one. Those classes are
part of
the Java 2 Collection Framework.
You could try the 1.1.x version of the framework but I havent tried it. (you
can get it from the Sun Java site).
__
Roberto robertogr@n...
Nivaria Media Lab. http://www.nivaria.com
-----Mensaje original-----
I'm working on the chapter 5 of the Professional JSP. When I try to load
checkLogin.jsp, I always get class-not-found compiling errors on the
following classes: java.util.AbstractMap, java.util.Map and
java.lang.Comparable. Where can I get those classes files. Thanks
Huan
---