Hallo,
Where can I get the sources for the java.util.* classes from? I want to have them in order to use the collections classes. Otherwise I always get a compile error.
java.util.* sources
Moderator: Board moderators
java.util sources
The java.util sources (and of all the classes) they are in
the file src.zip, which this in the folder where you installed the
JDK.
you can use java.util.Vector and java.util.HashTable...

the file src.zip, which this in the folder where you installed the
JDK.
you can use java.util.Vector and java.util.HashTable...
