Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #23673 > unrolled thread

Problem with the Java Access Bridge and the screenreader JAWS

Started byMarkus Lemcke <markuslemcke@googlemail.com>
First post2013-04-27 14:14 -0700
Last post2013-05-07 10:27 -0700
Articles 4 — 3 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  Problem with the Java Access Bridge and the screenreader JAWS Markus Lemcke <markuslemcke@googlemail.com> - 2013-04-27 14:14 -0700
    Re: Problem with the Java Access Bridge and the screenreader JAWS Jeff Higgins <jeff@invalid.invalid> - 2013-04-27 19:12 -0400
      Re: Problem with the Java Access Bridge and the screenreader JAWS Markus Lemcke <markuslemcke@googlemail.com> - 2013-04-28 23:52 -0700
    Re: Problem with the Java Access Bridge and the screenreader JAWS Roedy Green <see_website@mindprod.com.invalid> - 2013-05-07 10:27 -0700

#23673 — Problem with the Java Access Bridge and the screenreader JAWS

FromMarkus Lemcke <markuslemcke@googlemail.com>
Date2013-04-27 14:14 -0700
SubjectProblem with the Java Access Bridge and the screenreader JAWS
Message-ID<18f01dee-7f05-476d-a8b6-a637d30a8a95@googlegroups.com>
Hello,
 
I have to make a java software accessible.
I found following instruction to setup the java access bridge:
http://docs.oracle.com/javase/accessbridge/2.0.2/setup.htm#installing-jab-32-bit
http://www.oracle.com/technetwork/java/javase/documentation/setup-139055.html
http://docs.oracle.com/cd/B28359_01/install.111/b32006/jbridge.htm
 
This one works:
https://www.ssbbartgroup.com/blog/2012/08/30/jre-7-update-6-now-comes-bundled-with-the-java-access-bridge/
 
on windows 7 the screenreader NVDA reads my testsoftware devloped with swing components and the screenreader Jaws 
doesn't read it! I don't know why?
 
on vmware windows xp with JRE 6.x I don't know how to setup the java access bridge.
No screenreader can read my software!
 
can you help me please.
I need it for a customer.

Greetings

Markus Lemcke

[toc] | [next] | [standalone]


#23676

FromJeff Higgins <jeff@invalid.invalid>
Date2013-04-27 19:12 -0400
Message-ID<klhlq3$vil$1@dont-email.me>
In reply to#23673
On 04/27/2013 05:14 PM, Markus Lemcke wrote:
> Hello,
>
> I have to make a java software accessible.

Rather than this general Java programming group
I would suggest other more specialized forums.

http://www.oracle.com/us/corporate/accessibility/index.html
http://www.freedomscientific.com/jaws-hq.asp
http://www.openoffice.org/ui/accessibility/
https://forums.oracle.com/forums/forum.jspa?forumID=952

[toc] | [prev] | [next] | [standalone]


#23711

FromMarkus Lemcke <markuslemcke@googlemail.com>
Date2013-04-28 23:52 -0700
Message-ID<cc15622d-f027-4da1-8fba-0813b6f0fda0@googlegroups.com>
In reply to#23676
Am Sonntag, 28. April 2013 01:12:37 UTC+2 schrieb Jeff Higgins:
> On 04/27/2013 05:14 PM, Markus Lemcke wrote:
> 
> > Hello,
> 
> >
> 
> > I have to make a java software accessible.
> 
> 
> 
> Rather than this general Java programming group
> 
> I would suggest other more specialized forums.
> 
> 
> 
> http://www.oracle.com/us/corporate/accessibility/index.html
> 
> http://www.freedomscientific.com/jaws-hq.asp
> 
> http://www.openoffice.org/ui/accessibility/
> 
> https://forums.oracle.com/forums/forum.jspa?forumID=952

Thank you for the Good Links!

[toc] | [prev] | [next] | [standalone]


#23902

FromRoedy Green <see_website@mindprod.com.invalid>
Date2013-05-07 10:27 -0700
Message-ID<d5eio8pimfnn7qeemrs58ji6r50o1n62lh@4ax.com>
In reply to#23673
On Sat, 27 Apr 2013 14:14:49 -0700 (PDT), Markus Lemcke
<markuslemcke@googlemail.com> wrote, quoted or indirectly quoted
someone who said :

>on windows 7 the screenreader NVDA reads my testsoftware devloped with swing components and the screenreader Jaws 
>doesn't read it! I don't know why?
> 
>on vmware windows xp with JRE 6.x I don't know how to setup the java access bridge.
>No screenreader can read my software!

My guess is Java has been getting faster at screen writing by going at
the hardware at a lower and lower and more platform specific way.

There may be some system properties to ask it to back off.  You might
try installing a more vanilla system video driver.

Another thing to try -- Ensure directx is up to date everywhere.

These are all just longshots.
-- 
Roedy Green Canadian Mind Products http://mindprod.com
Nothing is so good as it seems beforehand. 
 ~ George Eliot (born: 1819-11-22 died: 1880-12-22 at age: 61) (Mary Ann Evans)

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web