java.lang.UnsatisfiedLinkError

2000-06-16 Thread Euisung Kang
Hi, I cross-compiled kaffe on to arm-linux. Now, I am verifying whether kaffe was successfully built or not. It works nicely when I compile hello.java and execute hello.class. However, it seems that kaffe has trouble with jar program. How can I fix the following error? # jar cf t1.jar *.class

Re: java.lang.UnsatisfiedLinkError

2000-06-16 Thread Edouard G. Parmelan
Euisung Kang wrote: I cross-compiled kaffe on to arm-linux. Now, I am verifying whether kaffe was successfully built or not. It works nicely when I compile hello.java and execute hello.class. However, it seems that kaffe has trouble with jar program. How can I fix the following error? #

Re: Another reflection bug; compatibility results

2000-06-16 Thread Edouard G. Parmelan
Stuart Ballard wrote: To my knowledge, even though static final constants are part of the public API, their values are not given by Sun and so they have to be determined experimentally. Exactly why I want to report them as part of Japize... to make it possible to automate testing that

Re: Another reflection bug; compatibility results

2000-06-16 Thread Stuart Ballard
"Edouard G. Parmelan" wrote: Could you add value of serialVersionUID in Japize ? The following code will retreive/compute this value: ObjectStreamClass stream = ObjectStreamClass.lookup(clz); if (stream != null) { // this class is Serializable, register

Slimmed-down japicompat results

2000-06-16 Thread Stuart Ballard
http://stuart.wuffies.net/japi/jdk11-kaffe-results.txt 142 errors are reported, the majority of which look genuine. This is down from 429 reported before I eliminated errors that appear identically in superclasses :) There are some really simple cases (eg AWTEvents _MASK fields have the wrong

Re: Slimmed-down japicompat results (fwd)

2000-06-16 Thread Stuart Ballard
Godmar Back wrote: The URL is broken. http://stuart.wuffies.net/japi/jdk11-kaffe-results.txt Shoot. I meant http://stuart.wuffies.net/japi/results-jdk11-kaffe.txt That'll teach me to type it in from memory - especially after I recently renamed it... Btw, I recommend downloading it and