[program-l] How to debug Java Access Bridge issues?

  • From: Mike Fox <mfox32322@xxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Mon, 2 Sep 2013 14:45:34 -0700

Hi all;

I recently enabled the Java Access Bridge ("JAB") to try to see how my
program would run with ZoomText's screen reader.  I ran the program I had
created and started to use it, but at one point it just crashed.  So I went
into NetBeans and ran it to get the error code.  It looked like this:

run:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d200fe0, pid=748,
tid=21976
#
# JRE version: 7.0_21-b11
# Java VM: Java HotSpot(TM) Client VM (23.21-b01 mixed mode, sharing
windows-x86 )
# Problematic frame:
# V  [jvm.dll+0x130fe0]
#
# Failed to write core dump. Minidumps are not enabled by default on client
versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\Owner\Desktop\My Projects\Java projects\QuizApp\hs_err_pid748.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#
Java Result: 1
BUILD SUCCESSFUL (total time: 3 seconds)

This is unlike any exception I've ever seen before, and I have no idea what
to do about it.  The program ran perfectly before I enabled the JAB, so as
far as I know that's the only thing different since the last time I ran it.

So I'm wondering, does anyone know of a good tutorial, or series of
tutorials, that explain the basics of working with the JAB?  Apparently
Java just gets in the mood to have a cow in certain situations. :))) Anyway
it would sure be great to make my programs accessible to screen reader
users, so if I'm going to do that I'll need to learn how.  Thanks in
advance. : )

Other related posts:

  • » [program-l] How to debug Java Access Bridge issues? - Mike Fox