1 .\" Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved.
   2 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   3 .\"
   4 .\" This code is free software; you can redistribute it and/or modify it
   5 .\" under the terms of the GNU General Public License version 2 only, as
   6 .\" published by the Free Software Foundation.
   7 .\"
   8 .\" This code is distributed in the hope that it will be useful, but WITHOUT
   9 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  11 .\" version 2 for more details (a copy is included in the LICENSE file that
  12 .\" accompanied this code).
  13 .\"
  14 .\" You should have received a copy of the GNU General Public License version
  15 .\" 2 along with this work; if not, write to the Free Software Foundation,
  16 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  17 .\"
  18 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  19 .\" or visit www.oracle.com if you need additional information or have any
  20 .\" questions.
  21 .\"
  22 .\" Automatically generated by Pandoc 2.3.1
  23 .\"
  24 .TH "JABSWITCH" "1" "2019" "JDK 13" "JDK Commands"
  25 .hy
  26 .SH NAME
  27 .PP
  28 jabswitch \- enable or disable the Java Access Bridge
  29 .SH SYNOPSIS
  30 .PP
  31 \f[CB]jabswitch\f[R] [ \-enable|/enable | \-disable|/disable |
  32 \-version|/version | \-?|/?
  33 ]
  34 .SH OPTIONS
  35 .PP
  36 \f[CB]\-enable\f[R] or \f[CB]/enable\f[R] : Enables the Java Access Bridge
  37 .PP
  38 \f[CB]\-disable\f[R] or \f[CB]/disable\f[R] : Disables the Java Access
  39 Bridge
  40 .PP
  41 \f[CB]\-version\f[R] or \f[CB]/version\f[R] : Displays version information
  42 for the \f[CB]jabswitch\f[R] command.
  43 .PP
  44 \f[CB]\-?\f[R] or \f[CB]/?\f[R] : Displays usage information for the
  45 \f[CB]jabswitch\f[R] command.
  46 .SH DESCRIPTION
  47 .PP
  48 The \f[CB]jabswitch\f[R] command is a utility program that enables the
  49 Java Access Bridge to be loaded by the JDK on Windows platforms.
  50 The Java Access Bridge is used by Assistive Technologies to interact
  51 with Java Accessibility APIs of the Java SE platform.
  52 To have any effect, the assistive technology must support the Java
  53 Access Bridge.
  54 .PP
  55 This command creates or updates a file named
  56 \f[CB]\&.accessibility.properties\f[R], in the user\[aq]s home directory.
  57 When selecting the \f[CB]\-enable\f[R] option, the file is populated with
  58 the information needed to load the Java Access Bridge.
  59 This file is then read and used in accordance with the specification of
  60 the Java SE \f[B]\f[BC]java.awt.Toolkit.getDefaultToolkit()\f[B]\f[R]
  61 API, on initialization.
  62 .PP
  63 Note: This command is only provided with JDK for Windows.