This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: new kawa snapshot 1.6.90


On 27 Apr 2001 15:38:01 +0300, Ivan Toshkov wrote:
> 
> Hmm, how about
> 
> --- file com/sun/java/collections/fictive.java ---
> package com.sun.java.collections;
> class fictive {}
> --- end ---

The namespace com.sun is owned by Sun, according to JLS 7.7.

> and then put:
> 
> import java.util.*;
> import com.sun.java.collections.*;
> 
> in each file that needs collections?
> I know it's ugly and I just mention to show there is a way. :)

Vector is in both packages in JDK 1.1.x and the download.

-- 
Weiqi Gao
weiqigao@networkusa.net


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]