.\" Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. .\" .\" This code is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License version 2 only, as .\" published by the Free Software Foundation. .\" .\" This code is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" version 2 for more details (a copy is included in the LICENSE file that .\" accompanied this code). .\" .\" You should have received a copy of the GNU General Public License version .\" 2 along with this work; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. .\" .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA .\" or visit www.oracle.com if you need additional information or have any .\" questions. .\" .\" Automatically generated by Pandoc 2.3.1 .\" .TH "JABSWITCH" "1" "2020" "JDK 14" "JDK Commands" .hy .SH NAME .PP jabswitch \- enable or disable the Java Access Bridge .SH SYNOPSIS .PP \f[CB]jabswitch\f[R] [ \-enable|/enable | \-disable|/disable | \-version|/version | \-?|/? ] .SH OPTIONS .PP \f[CB]\-enable\f[R] or \f[CB]/enable\f[R] : Enables the Java Access Bridge .PP \f[CB]\-disable\f[R] or \f[CB]/disable\f[R] : Disables the Java Access Bridge .PP \f[CB]\-version\f[R] or \f[CB]/version\f[R] : Displays version information for the \f[CB]jabswitch\f[R] command. .PP \f[CB]\-?\f[R] or \f[CB]/?\f[R] : Displays usage information for the \f[CB]jabswitch\f[R] command. .SH DESCRIPTION .PP The \f[CB]jabswitch\f[R] command is a utility program that enables the Java Access Bridge to be loaded by the JDK on Windows platforms. The Java Access Bridge is used by Assistive Technologies to interact with Java Accessibility APIs of the Java SE platform. To have any effect, the assistive technology must support the Java Access Bridge. .PP This command creates or updates a file named \f[CB]\&.accessibility.properties\f[R], in the user\[aq]s home directory. When selecting the \f[CB]\-enable\f[R] option, the file is populated with the information needed to load the Java Access Bridge. This file is then read and used in accordance with the specification of the Java SE \f[B]\f[BC]java.awt.Toolkit.getDefaultToolkit()\f[B]\f[R] API, on initialization. .PP Note: This command is only provided with JDK for Windows.