Bugfixes and Corrections for Kaffe 1.0.b1 / trying to start SWING 1.0.3
Wolfgang Mües
kaffe@rufus.w3.org
Sat, 25 Jul 1998 20:30:30 +0200
at Sat., 25 Jul 1998 wrote Godmar Back:
>
> Send a unified/context diff. If possible, send a short test case with
>deterministic output that runs fine with Sun's JDK, fails with Kaffe before
>the fix and succeeds after your fix.
"IŽll try my very best".
>> Now, after all, I4m stuck in my tries to start SWING 1.0.3 with Kaffe. The
>> error message is:
>>
>> java.lang.NoSuchMethodError: SimpleExample.<init>(LSimpleExample;)V
>> at SimpleExample.<init>(69)
>> at SimpleExample.main(141)
>>
>The signature is a constructor for a SimpleExample object that takes
>another SimpleExample
Yes, i know... but SimpleExample doesnŽt have such a constructor. It looks like
a copy constructor, and the SimpleExample class is a Singleton... On line 69 of
SimpleExample.java, we are inside the initialisation of static variables for
the SimpleExample class... and the initialisation is not finished yet. Any
ideas?
regards
Wolfgang