In Java 1.7, the Java Access Bridge is bundled from start. It says that all you need to do is to run jabswitch.exe -enable to enable the JAB for this particular JRE.
This works fine when you get your JRE from the installer. However, when deploying a Java application for Windows only, you may want to bundle a JRE for easier installation. When the JRE is bundled, it seems impossible to activate the Java Access Bridge
Is there a way to enable the Java Access Bridge in a bundled JRE?
I think the command line switch takes a / not a -
e.g. jabswitch.exe /enable
here is the command line help
Also with respect to JAWS, try to get Java7 update 60, which comes with JAB 2.0.4, as this version fixes a bug with JAWS.