# Detailed Technical Description

All the following paths are specified based on the Java installation folder. If Java is bundled with the program, make sure it is also x86, and the paths will be relative to Java in the installed program folder.

The installation of the plugin involves the following steps:

1. In the file `jre/lib/accessibility.properties`, uncomment the line:

```
assistive_technologies=com.sun.java.accessibility.AccessBridge
```

2. Copy the files from:

```
Robot\Java\
access-bridge-32.jar
jaccess.jar
```

to the folder `jre/lib/ext`.

3. Copy the files from:

```
Robot\Java\
JavaAccessBridge-32.dll
JAWTAccessBridge-32.dll
```

to the folder `jre/bin`.
