Re: Using the Java ATK Wrapper with Orca... again

2010-01-15 Thread huntp
Hello Ke, Many thanks! I've installed v28.1 and swing applications are running every time and the accessibility with Orca is working very nicely. Thanks again. Paul Quoting Ke Wang : > Hi, > > I've fixed this problem and release 0.28.1. You can download it and have > a try. > > Thanks, >

Re: Using the Java ATK Wrapper with Orca... again

2010-01-14 Thread Ke Wang
Hi, I've fixed this problem and release 0.28.1. You can download it and have a try. Thanks, Ke Paul Hunt wrote: Hi, Is JAW registered on bugzilla.gnome.org? I went to file a new bug and chose "all" to see all applications as I was unsure as to the classification and I can't see JAW in t

Re: Using the Java ATK Wrapper with Orca... again

2010-01-09 Thread Mario Lang
Paul Hunt writes: > The odd thing is that the same program does occasionally run but that > error output is the usual response. I can confirm this. In roughly 1 out of 5 tries, Java Swing applications with JAW do run without any problem. So the issue seems to be related to locking in combinati

Re: Using the Java ATK Wrapper with Orca... again

2010-01-08 Thread Paul Hunt
Hi, Thanks, Bug opened at https://bugzilla.gnome.org/show_bug.cgi?id=606402 Paul On 08/01/10 02:52, Ke Wang wrote: Hi, JAW is registered as a component of at-spi, you can find it in the following category. Classification: Platform Application: at-spi Component: Java ATK Wrap

Re: Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Ke Wang
Hi, JAW is registered as a component of at-spi, you can find it in the following category. Classification: Platform Application: at-spi Component: Java ATK Wrapper Regards, Ke Paul Hunt wrote: Hi, Is JAW registered on bugzilla.gnome.org? I went to file a new bug and chose

Re: Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Ke Wang
Hi Mario, Mario Lang wrote: Ke Wang writes: I think the problem is that JAW could not find the so library file. That is one possibility, however, the empty catch block in AtkWrapper silently muffles all possible Exceptions so that debugging initialisation problems becomes pretty obs

Re: Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Mario Lang
Ke Wang writes: > I think the problem is that JAW could not find the so library file. That is one possibility, however, the empty catch block in AtkWrapper silently muffles all possible Exceptions so that debugging initialisation problems becomes pretty obscure. I am refering to this piece of c

Re: Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Ke Wang
Hi, Someone reported similar problem before, but I thought it's not JAW's matter. Now it seems this is really a problem caused by JAW. JAW has only been fully tested on Solaris. I'll try to reproduce this bug on Ubuntu and find where the problem is. You can file a bug on GNOME bugzilla so we ca

Re: Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Paul Hunt
Hello again, Removing the specified file before configuring produces this output when I try to actually run a swing program; # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xb7819d1d, pid=19563, tid=3065363312 # # JRE version: 6.0_15-b03 # Java VM

Re: Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Ke Wang
Hi Harry, There is no such functionality now, I'll add it soon. Thanks, Ke Harry Lu wrote: Ke, Do we have an env to set to print out all the debug info when running from command line? At least we can print sth. when JAW is loaded, and where it tried to find the .so file, etc. Thanks,

Re: Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Ke Wang
Hi, There is a error while package the tarball of 0.28.0. I'll correct it soon and release 0.28.1. As a workaround, you can delete the file wrapper/org/GNOME/Accessibility/AtkWrapper.java before configuring. Or you can directly download 0.29.1. Regards, Ke Paul Hunt wrote: Hi, Thanks for a

Re: Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Harry Lu
Ke, Do we have an env to set to print out all the debug info when running from command line? At least we can print sth. when JAW is loaded, and where it tried to find the .so file, etc. Thanks, Harry Ke Wang wrote: Ke Wang wrote: Hi, I think the problem is that JAW could not find the

Re: Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Paul Hunt
Hi, Thanks for answering. Unfortunately reconfiguring and installing using --prefix=/usr has made no difference. Any further ideas? Are there any other packages I need besides the JDK itself? I'm running a fairly fresh install of Ubuntu 9.10 (Karmic) so have gnome 2.28. Paul On 07/01/1

Re: Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Ke Wang
Ke Wang wrote: Hi, I think the problem is that JAW could not find the so library file. The so file will be installed into ($prefix)/lib/. You should keep this path in the system's library path. So you should probably specify /usr/lib as the prefix while configuring. Sorry, I meant /usr as pre

Re: Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Ke Wang
Hi, I think the problem is that JAW could not find the so library file. The so file will be installed into ($prefix)/lib/. You should keep this path in the system's library path. So you should probably specify /usr/lib as the prefix while configuring. Feel free to let me know if there is any pr

Using the Java ATK Wrapper with Orca... again

2010-01-07 Thread Paul Hunt
Hello list, A while ago I posted a question about using the Java ATK Wrapper to provide access to Java swing apps with Orca. Thanks to those who responded. I still cannot seem to get Orca to provide access to swing applications and am hoping someone on this list can help? I have a Java exam