[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
- To: Tuomas Lukka <lukka@xxxxxxxxxx>
- Subject: Re: [zzdev] Re: [zzdev] Re: [zzdev] Re: [Gzigzag-commits] gzigzag/src/gfx GraphicsList.java
- From: "B. Fallenstein" <b.fallenstein@xxxxxx>
- Date: Sat, 05 May 2001 19:10:07 +0200
- Cc: zzdev@xxxxxxxxxx
- References: <E14vGso-0006MN-00@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <20010504072454.A15672@xxxxxxxxxxxxxx> <3AF2DC92.1032AF04@xxxxxx> <20010505124336.T23764@xxxxxxxxxxxxxx>
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.