[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Re: [zzdev] Re: [zzdev] Re: [zzdev] Re: [Gzigzag-commits] gzigzag/src/gfx GraphicsList.java



Tuomas Lukka wrote:
> The problem is that we want to be able to *run* the same .class files
> on both 1.1 and 1.3. So no compile-time detection is satisfactory. Grr...

Right, the VM might detect that kind of "cheating" during verification. Hmmm...

What about simply adding a java.text.AttributedCharacterIterator file
always? As the normal java.text.AttributedCharacterIterator is in the
classpath, our version should never be used in Java 2, but always in
Java 1.1, or am I missing something? (Most specifically, is '.' [i.e.
current directory] searched before the other things in the classpath or after?)

-b.