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


Chris <chris@bitmead.com> writes:

> Why can't you just import java.util.* AND com.sun.java.collections.*
> and if you're using Java2 then you have an empty
> com.sun.java.collections package.

If you're distributing a pre-compiled jar file, the compiled classes
will expect the collections classes to be in whichever of java.util.* or
com.sun.java.collections.* they were in at compile time.  I discovered
this by accident when BRL would compile and run against various Kawa
releases, but the jar file would only work with the version I compiled
against.

-- 
Bruce R. Lewis				http://brl.sourceforge.net/


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