|
I don't actually know what is wrong and how to solve it, but it appears
that the java access bridge is not finding the native dll. If other
java GUI applications work fine with the java access bridge, then all I
can assume is that the bat file is messing up something to do with the
system paths. If this guess is correct then it should be reported as a
bug against the device detection tool. Have you tried the web version? Michael Whapples On 23/12/42 20:59, wrote: Hi, I downloaded the device detection tool from the link provided below, but when I run it from windows operating system (the runddtool.bat file), I receive the following exception: **** Exception in thread "main" java.lang.UnsatisfiedLinkError: no JavaAccessBridge in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at com.sun.java.accessibility.AccessBridge$1.run(AccessBridge.java:45) at java.security.AccessController.doPrivileged(Native Method) at com.sun.java.accessibility.AccessBridge.<clinit>(AccessBridge.java:42) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at java.awt.Toolkit.loadAssistiveTechnologies(Unknown Source) at java.awt.Toolkit.getDefaultToolkit(Unknown Source) at java.awt.Toolkit.getEventQueue(Unknown Source) at java.awt.EventQueue.invokeLater(Unknown Source) at javax.swing.SwingUtilities.invokeLater(Unknown Source) at com.sun.ddtool.manager.DDToolManager.main(Unknown Source) *** What can I do to solve this? Java access bridge works well on all other applications I have. Any help is apreciated. Best regards Sérgio Neves ----- Original Message ----- From: "Michael Whapples" <mwhapples aim com> To: "mike" <kb8aey verizon net> Cc: "orca" <orca-list gnome org> Sent: Saturday, November 22, 2008 9:44 PM Subject: Re: [orca-list] open solaris I just realised I forgot the link to the device detection tool page. It is http://www.opensolaris.org/os/project/ddtool Michael Whapples On 22/11/08 21:28, Michael Whapples wrote: |