on 1/20/00 4:07 PM, mbryson <[EMAIL PROTECTED]> wrote:

> Did you uncomment the the jdk2 imports in the appropriate files???
> I've left the imports for JDK2 in the files (commented out).
> All you need to do is change the imports depending on the JDK.
> 
> If your using JDK1.1.* you're OK.
> 
> If your using JDK2 then -
> 
> // For JDK 1.2
> file://import java.util.Collections;
> 
> // For JDK 1.1.*
> import com.sun.java.util.collections.*;
> 
> 
> dave

Ack. This sucks. I thought that there was going to be a better way to deal
with this stuff. If this is the only way, then I'm going to have to -1 the
use of collections.

-jon

-- 
Come to the first official Apache Software Foundation
Conference!  <http://ApacheCon.Com/>




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to