On 10 July 2006 at 7:20, "Geir Magnusson Jr." <geir@pobox.com> wrote:
>
> On Jul 10, 2006, at 6:59 AM, Mark Hindess wrote:
>
> >
> > On 10 July 2006 at 17:50, "Mikhail Loenko" <mloenko@gmail.com> wrote:
> >> 2006/7/10, Anton Luht <anton.luht@gmail.com>:
> >>> 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?
It is not integrated and there is still (AFAIK) no progress on the
windows dependencies.
-Mark.
---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org
|