1. 首页
  2. 文档
  3. Java plug-in

白皮书下载

实在智能Agent产品白皮书(7.2.0).pdf

Java plug-in

发刊日期:
2021/10/15

编辑团队:
实在学院

Java plug-in is an extension program used to cooperate with RPA to pick up and operate Java window programs. If you need to automate the Java applications of some client software or web pages, you need to install this extension program to prepare the environment.
Attention (important)
When installing the Java plug-in, make sure that the JRE environment is installed on your computer and that there are no open Java processes.

1、 Installation instructions

1. Open the home page of z-factory client and select & ldquo; Plug in / extension / Java plug-in & ldquo;, Click [install].

2. Received & ldquo; Java plug-in installed successfully & rdquo; The prompt indicates that the installation is complete.
img

2、 Exception handling

1. Prompt registry write failure
**• Solution: * * ⼿ write the registry automatically. The operation steps are as follows:
① Windows + R opens the run window, enters [regedit], and click [OK] to open the registry page.
 

② Determine the write location. Enter the path "computer \ hkey_current_user \ software \ Microsoft \ Windows NT \ CurrentVersion \ accessibility", click "accessibility" to find "configuration", and modify the value to "oracle_javaaccessbridge".

③ After completing the above operations, open the z-factory client again and enter the [plug ins / extensions / Firefox plug ins] page on the home page to check whether the Java plug-ins have been installed. If not, click Install again.
2. Prompt file copy failed
• resolvent: manually copy files to the specified directory. The operation steps are as follows:
① Determine the JRE version installed locally.
② Find the location of the Java plug-in in the factory directory. In the explorer, under the path "C: \ program files (x86) \ z-factory \ resources \ app. ASAR. Unpacked \ resources \ support \ javaplug in", find the following four folders "2.0.1, 2.0.2, jre7 and jre8".
③ The four folders correspond to different versions of JRE. Copy the file and find the Java plug-in location in the z-factory Directory: C: \ program files (x86) \ z-factory \ resources \ app. ASAR. Unpacked \ resources \ support \ javaplugin. The current versions of Java access bridge are 2.0.2 and 2.0.1, jre7 and jre8 respectively.

④ Copy the files in the corresponding folder to the specified path according to the JRE version installed on the machine.
-->2.0.1 for jre1.5 and below, the copy path is as follows, and it is not necessary to manually open jabswitch.

Java access bridge file Destination Directory
WindowsAccessBridge.dll %WINDOWSHOME%\SYSTEM32
WindowsAccessBridge.dll %JAVAHOME%\bin
JavaAccessBridge.dll %JAVAHOME%\bin
JAWTAccessBridge.dll %JAVAHOME%\bin
accessibility.properties %JAVAHOME%\lib
access-bridge.jar %JAVAHOME%\lib\ext
Access.jar (including several with) %JAVAHOME%\lib\ext

 

 

 

 

 

 

 

 

-->2.0.2 for jre1.6, the corresponding replication path is as follows. After the file is copied, you need to use the command line tool to enter jabswitch.exe / enable in the "% javahome%" directory to turn on the jab function.
64 bit:

Java access bridge file Destination Directory
WindowsAccessBridge-32.dll %WINDOWSHOME%\SYSWOW64
WindowsAccessBridge-64.dll %WINDOWSHOME%\SYSTEM32
WindowsAccessBridge-32.dll %JAVAHOME32%\bin
WindowsAccessBridge-64.dll %JAVAHOME32%\bin
JavaAccessBridge-32.dll %JAVAHOME32%\bin
JavaAccessBridge-64.dll %JAVAHOME64%\bin
JAWTAccessBridge-32.dll %JAVAHOME32%\bin
JAWTAccessBridge-64.dll %JAVAHOME64%\bin
accessibility.properties %JAVAHOME32%\lib and %JAVAHOME64%\lib --depending on the JDKs and JREs installed on your system
access-bridge-32.jar %JAVAHOME32%\lib\ext
access-bridge-64.jar %JAVAHOME64%\lib\ext
jaccess.jar %JAVAHOME32%\lib\ext and %JAVAHOME64%\lib\ext --depending on the JDKs and JREs installed on your system

32-bit:

WindowsAccessBridge.dll %WINDOWSHOME%\SYSTEM32
WindowsAccessBridge.dll %JAVAHOME32%\bin
JavaAccessBridge.dll %JAVAHOME32%\bin
JAWTAccessBridge.dll %JAVAHOME32%\bin
accessibility.properties %JAVAHOME32%\lib and %JAVAHOME64%\lib --depending on the JDKs and JREs installed on your system
access-bridge.jar %JAVAHOME32%\lib\ext
jaccess.jar %JAVAHOME32%\lib\ext and %JAVAHOME64%\lib\ext --depending on the JDKs and JREs installed on your system

-->Jre7 refers to jre1.7 and versions, and the corresponding installation path is as follows. After copying the file, you need to use the command-line tool to enter jabswitch.exe / enable in the% javahome% directory to start the jab function.
64 bit:

Java access bridge file Destination Directory
WindowsAccessBridge-32.dll %WINDOWSHOME%\SysWOW64
WindowsAccessBridge-32.dll %JAVAHOME%\bin
JavaAccessBridge-32.dll %JAVAHOME%\bin
JAWTAccessBridge-32.dll %JAVAHOME%\bin
access-bridge-32.jar %JAVAHOME%\lib\ext
accessibility.properties %JAVAHOME%\lib
jaccess.jar %JAVAHOME%\lib\ext

32-bit:

Java access bridge file Destination Directory
WindowsAccessBridge.dll %WINDOWSHOME%\SYSTEM32
WindowsAccessBridge.dll %JAVAHOME%\bin
JavaAccessBridge.dll %JAVAHOME%\bin
JAWTAccessBridge.dll %JAVAHOME%\bin
access-bridge.jar %JAVAHOME%\lib\ext
accessibility.properties %JAVAHOME%\lib
jaccess.jar %JAVAHOME%\lib\ext

-->Jre8 is targeted at jre1.8 and versions, and the corresponding replication path is as follows. After the file is copied, you need to use the command line tool to enter jabswitch.exe / enable in the "% javahome%" directory to turn on the jab function.

64 bit:

Java access bridge file Destination Directory
WindowsAccessBridge-32.dll %WINDOWSHOME%\SysWOW64
WindowsAccessBridge-32.dll %JAVAHOME%\bin
JavaAccessBridge-32.dll %JAVAHOME%\bin
JAWTAccessBridge-32.dll %JAVAHOME%\bin
access-bridge-32.jar %JAVAHOME%\lib\ext
accessibility.properties %JAVAHOME%\lib
jaccess.jar %JAVAHOME%\lib\ext

32-bit:

Java access bridge file Destination Directory
WindowsAccessBridge.dll %WINDOWSHOME%\SYSTEM32
WindowsAccessBridge.dll %JAVAHOME%\bin
JavaAccessBridge.dll %JAVAHOME%\bin
JAWTAccessBridge.dll %JAVAHOME%\bin
access-bridge.jar %JAVAHOME%\lib\ext
accessibility.properties %JAVAHOME%\lib
jaccess.jar %JAVAHOME%\lib\ext

Note:% windowshome% \ "C: \ windows"% javahome% Java is installed locally, for example: "C: \ program files (x86) \ Java \ jre1.8.0_251".

企业培训
技术支持
加入社群
公众号
实在智能Agent学习群
扫码关注微信公众号