Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Java class files not found.


Message #1 by "Huan Bui" <huan.bui@p...> on Wed, 20 Jun 2001 18:22:01
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
---


  Return to Index