The Artima Developer Community
Sponsored Link

Java Answers Forum
com.sun.java.util.collections

1 reply on 1 page. Most recent reply: Apr 15, 2003 6:15 AM by Charles Bell

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Shobana

Posts: 1
Nickname: shobana
Registered: Apr, 2003

com.sun.java.util.collections Posted: Apr 15, 2003 4:45 AM
Reply to this message Reply
Advertisement
how can i import such a directory when im working with jdk1.3

one recommended solution is to add collections.zip in the classpath, but frm where can this collections.zip be downloaded


Charles Bell

Posts: 519
Nickname: charles
Registered: Feb, 2002

Re: com.sun.java.util.collections Posted: Apr 15, 2003 6:15 AM
Reply to this message Reply
I just checked the on line documentation for jdk1.3.1 at the java sun site at:
http://java.sun.com/j2se/1.3/docs/api/index.html

The java.util.Collections class is standard with that release.

I do not understand why you would want to use a non standard sun package called:

com.sun.java.util.collections

Note: package names are lower case and class names are first letter capitalized.

The interface java.util.Collection is also standard in jdk1.3.1

Flat View: This topic has 1 reply on 1 page
Topic: How to fix position of JInternalFrame Previous Topic   Next Topic Topic: Duped

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use