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
>
Yes, of course, and it did compile correctly at that point. However, IMO this
is not a good long-term solution, as it requires source-code changes for
correct compilation and deployment.
--
Christopher Elkins
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]