On Jul 10, 2006, at 6:59 AM, Mark Hindess wrote:
On 10 July 2006 at 17:50, "Mikhail Loenko" <[EMAIL PROTECTED]> wrote:
2006/7/10, Anton Luht <[EMAIL PROTECTED]>:
Mark,
Let me report one more build problem in this thread: On build 420458
of VM + classlib the following test:
import javax.swing.*;
public class Test {
public static void main(String[] args) throws Throwable {
new JButton();
}
}
prints:
Uncaught exception in AWT-EventQueue:
java.lang.UnsatisfiedLinkError: Can not find the library:
accessors.dll
at java.lang.Runtime.loadLibrary0()
at java.lang.System.loadLibrary()
Hi Anton,
do you think it's related to Yuri's contribution?
In order to compile the awt (and misc) natives you must pass the
"-Dwith.awt.swing=true" option to ant.
Why? Why don't we include this by default?
geir
---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]