-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> (ERROR) ajp11: Servlet Error: java.lang.ClassNotFoundException: 
> java.util.HashMap: java.util.HashMap
>
> So it appears that Apache is not REALLY choking on HelloWorld itself.
> It's choking on a class called "HashMap" which isn't in Java1.1, but IS in
> Java1.2.  BUT, webmacro.jar includes it's own version of HashMap for 1.1.

It may include its own HashMap, but I doubt it is in java.util.HashMap.

What you need is the java collection classes in your classpath.

<http://java.sun.com/products/jdk/1.2/docs/guide/collections/>

it is available to download on its own on the java.sun.com website
somewhere, but i can't find the link rightnow...go look for yourself.

-jon


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to