Hi Ke.

If it wouldn't be too much trouble, would you please post instructions
for properly installing the Java ATK Wrapper in OpenSolaris 2009.06
because I'm obviously missing something:

$ jcontrol
Exception in thread "main" java.awt.AWTError: Assistive Technology not
found: org.GNOME.Accessibility.AtkWrapper
     at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:773)
     at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:859)
     at java.awt.Window.getToolkit(Window.java:1167)
     at java.awt.Window.init(Window.java:394)
     at java.awt.Window.<init>(Window.java:432)
     at java.awt.Frame.<init>(Frame.java:403)
     at java.awt.Frame.<init>(Frame.java:368)
     at javax.swing.JFrame.<init>(JFrame.java:163)
     at com.sun.deploy.panel.ControlPanel.<init>(ControlPanel.java:43)
     at com.sun.deploy.panel.ControlPanel.main(ControlPanel.java:347)

Fortunately, I did create a new BE in which to attempt the install, so
I'm all set to start fresh. :-)

Thanks in advance! Take care.
--joanie

On Thu, 2009-06-11 at 13:30 +0800, Ke Wang wrote:
> What's JAW?
> ========
> 
> Java ATK Wrapper is a implementation of ATK by using JNI technic. It 
> converts Java Swing events into ATK events, and send these events to 
> ATK-Bridge.
> 
> JAW is part of the Bonobo deprecation project. It will replace the 
> java-access-bridge after being fully tested.
> By talking to ATK-Bridge, it keeps itself from being affected by the 
> change of underlying communication mechanism.
> 
> 
> Where?
> =====
> 
> The git repo is at:
> git clone git://git.gnome.org/java-atk-wrapper
> 
> The tarballs are here:
> http://ftp.gnome.org/pub/GNOME/sources/java-atk-wrapper/
> 
> Reporting bugs
> ==========
> 
> URL: http://bugzilla.gnome.org
> Classification:   Platform
> Application:       at-spi
> Component:       Java ATK Wrapper
> 
> 
> Important changes
> ============
> * Fixed crash bug caused by signal emission
> * Fixed crash bug caused by atk-bridge _atexit function
> 
> Thanks!
> 
> Ke
> _______________________________________________
> gnome-accessibility-list mailing list
> gnome-accessibility-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list

_______________________________________________
gnome-accessibility-list mailing list
gnome-accessibility-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list

Reply via email to