|
Java™ by example!
|
|
|
How do I add Sun's Collection package to JDK1.1?
Go to http://java.sun.com/products/javabeans/infobus/ where you can download the collections package separately for 1.1. Make sure you include the collections.jar in the classpath and you import com.sun.java.util.collections.*.
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|