Jesse,
This does, in fact, explain some things to me. It tells me that WE4Java was 
unable to load the Java-to-COM bridge used in communicating with Window-Eyes. I 
need to research the cause of the error but at least, I know where the 
break-point is now. Thanks.


From: jesse [mailto:[email protected]]
Sent: Tuesday, February 24, 2009 5:01 PM
To: [email protected]
Subject: on second thought

On second thought try this.
Java Execution Results:

java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode, sharing)


initializing WE4Java ScreenReader
Java Screen Reader Logging Report - February 24, 2009 17:53:39

Runtime Environment:

java.runtime.name = Java(TM) SE Runtime Environment
sun.boot.library.path = C:\Program Files\Java\jre6\bin
java.vm.version = 11.2-b01
java.vm.vendor = Sun Microsystems Inc.
java.vendor.url = http://java.sun.com/
path.separator = ;
java.vm.name = Java HotSpot(TM) Client VM
file.encoding.pkg = sun.io
sun.java.launcher = SUN_STANDARD
user.country = US
sun.os.patch.level = Service Pack 3
javax.accessibility.screen_magnifier_present = true
java.vm.specification.name = Java Virtual Machine Specification
user.dir = C:\Program Files\WE4Java
java.runtime.version = 1.6.0_12-b04
java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
java.endorsed.dirs = C:\Program Files\Java\jre6\lib\endorsed
os.arch = x86
javax.accessibility.assistive_technologies = 
com.jmacarty.we4java.WE4JavaScreenReader
java.io.tmpdir = C:\DOCUME~1\JESSED~1\LOCALS~1\Temp\
line.separator =
java.vm.specification.vendor = Sun Microsystems Inc.
user.variant =
os.name = Windows XP
sun.jnu.encoding = Cp1252
java.library.path = C:\Program 
Files\Java\jre6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
 Files\Common Files\Roxio Shared\DLLShared\
java.specification.name = Java Platform API Specification
java.class.version = 50.0
sun.management.compiler = HotSpot Client Compiler
os.version = 5.1
user.home = C:\Documents and Settings\Jesse delMuro
user.timezone = America/New_York
java.awt.printerjob = sun.awt.windows.WPrinterJob
file.encoding = Cp1252
java.specification.version = 1.6
java.class.path = .
user.name = Jesse delMuro
java.vm.specification.version = 1.0
java.home = C:\Program Files\Java\jre6
sun.arch.data.model = 32
user.language = en
java.specification.vendor = Sun Microsystems Inc.
awt.toolkit = sun.awt.windows.WToolkit
java.vm.info = mixed mode, sharing
java.version = 1.6.0_12
java.ext.dirs = C:\Program Files\Java\jre6\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
sun.boot.class.path = C:\Program Files\Java\jre6\lib\resources.jar;C:\Program 
Files\Java\jre6\lib\rt.jar;C:\Program 
Files\Java\jre6\lib\sunrsasign.jar;C:\Program 
Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program 
Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\classes
java.vendor = Sun Microsystems Inc.
file.separator = \
java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
sun.io.unicode.encoding = UnicodeLittle
sun.cpu.endian = little
sun.desktop = windows
sun.cpu.isalist =

-------------------------

[02/24 17:53:39] [INFO] Starting with client ID: 53390000
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: 
C:\Program Files\Java\jre6\bin\jacob-1.14.3-x86.dll: This application has 
failed to start because the application configuration is incorrect. 
Reinstalling the application may fix this problem
 at java.lang.ClassLoader$NativeLibrary.load(Native Method)
 at java.lang.ClassLoader.loadLibrary0(Unknown Source)
 at java.lang.ClassLoader.loadLibrary(Unknown Source)
 at java.lang.Runtime.loadLibrary0(Unknown Source)
 at java.lang.System.loadLibrary(Unknown Source)
 at com.jacob.com.LibraryLoader.loadJacobLibrary(LibraryLoader.java:184)
 at com.jacob.com.JacobObject.<clinit>(JacobObject.java:108)
 at com.jacob.com.LibraryLoader.loadJacobLibrary(LibraryLoader.java:181)
 at com.jacob.com.ComThread.<clinit>(ComThread.java:167)
 at com.jmacarty.we4java.jacob.WindowEyes.<init>(WindowEyes.java:87)
 at com.jmacarty.we4java.jacob.WindowEyes.getInstance(WindowEyes.java:73)
 at com.jmacarty.we4java.WE4JavaClient.<init>(WE4JavaClient.java:23)
 at com.jmacarty.we4java.WE4JavaClient.getInstance(WE4JavaClient.java:16)
 at com.jmacarty.we4java.readers.ComponentReader.<init>(ComponentReader.java:59)
 at com.jmacarty.we4java.readers.CheckBoxReader.<init>(CheckBoxReader.java:19)
 at com.jmacarty.we4java.ComponentEvaluator.<init>(ComponentEvaluator.java:38)
 at 
com.jmacarty.we4java.ComponentEvaluator.getInstance(ComponentEvaluator.java:30)
 at com.jmacarty.we4java.ScreenReaderThread.<init>(ScreenReaderThread.java:27)
 at 
com.jmacarty.we4java.WE4JavaScreenReader.startScreenReader(WE4JavaScreenReader.java:33)
 at 
com.jmacarty.we4java.WE4JavaScreenReader.guiInitialized(WE4JavaScreenReader.java:28)
 at 
com.sun.java.accessibility.util.EventQueueMonitor.maybeNotifyAssistiveTechnologies(EventQueueMonitor.java:218)
 at 
com.sun.java.accessibility.util.EventQueueMonitor.processEvent(EventQueueMonitor.java:345)
 at 
com.sun.java.accessibility.util.EventQueueMonitor.eventDispatched(EventQueueMonitor.java:197)
 at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown Source)
 at java.awt.Toolkit.notifyAWTEventListeners(Unknown Source)
 at java.awt.Component.dispatchEventImpl(Unknown Source)
 at java.awt.Container.dispatchEventImpl(Unknown Source)
 at java.awt.Window.dispatchEventImpl(Unknown Source)
 at java.awt.Component.dispatchEvent(Unknown Source)
 at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
 at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
 at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
 at java.awt.Component.dispatchEventImpl(Unknown Source)
 at java.awt.Container.dispatchEventImpl(Unknown Source)
 at java.awt.Window.dispatchEventImpl(Unknown Source)
 at java.awt.Component.dispatchEvent(Unknown Source)
 at java.awt.EventQueue.dispatchEvent(Unknown Source)
 at java.awt.SentEvent.dispatch(Unknown Source)
 at 
java.awt.DefaultKeyboardFocusManager$DefaultKeyboardFocusManagerSentEvent.dispatch(Unknown
 Source)
 at java.awt.DefaultKeyboardFocusManager.sendMessage(Unknown Source)
 at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
 at java.awt.Component.dispatchEventImpl(Unknown Source)
 at java.awt.Container.dispatchEventImpl(Unknown Source)
 at java.awt.Window.dispatchEventImpl(Unknown Source)
 at java.awt.Component.dispatchEvent(Unknown Source)
 at java.awt.EventQueue.dispatchEvent(Unknown Source)
 at java.awt.SequencedEvent.dispatch(Unknown Source)
 at java.awt.EventQueue.dispatchEvent(Unknown Source)
 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.run(Unknown Source)


---------- End of Data ----------

So there you have it.  Does any of that explain why in God's name its not 
reading things beyond the title bars and whatever Windows says?  Beyond that, 
there's dead silence though I haven't tried to run the java application since.  
I'm guessing the end results might be the same but if not, I'll let you know.
Jesse

Reply via email to