Dhairyashil Bhosale, le Thu 12 Feb 2015 10:29:33 +0530, a écrit :
> I was trying to initialize the at-spi in c program, using following
> method SPI_init(), on Debian platform, but I got above errors.
> So my question is that,
>
> Q1) How At-spi is called in C program?
The way you did.
What you need is your desktop to start AT-SPI. Apparently it didn't.
It's not up to applications to do it. The way to do it by hand is
running:
/usr/lib/at-spi2-core/at-spi-bus-launcher --launche-immediately
and then AT-SPI applications should work.
> Q3) How to make java application accessible for assistiveTech using JNI
> to call At-Spi?
You don't need to do this: the java-atk-wrapper does the bridging for
you.
Samuel