Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to initialize Java Access Bridge Wrapper #5

Open
Saudnihal opened this issue Jul 29, 2021 · 1 comment
Open

Failed to initialize Java Access Bridge Wrapper #5

Saudnihal opened this issue Jul 29, 2021 · 1 comment

Comments

@Saudnihal
Copy link

im using java access bridge in robot framework executing simple script
*** Settings ***
Library RPA.JavaAccessBridge
Library Process

*** Tasks ***
Write text into Swing application
Start Process java -jar ProcessTray.jar
... shell=${TRUE}
... cwd=C:\Users\PC\Desktop\dist_process_tray_7_10_2021
Select Window Autophere

Getting this issue: Failed to initialize Java Access Bridge Wrapper
java access bridge i enabled.
.dll is set as env variable
any solution?

@mmokko
Copy link
Collaborator

mmokko commented Sep 16, 2021

Hello, sorry for the late response.

Could you directly use the Java Access Bridge python package to do the initialization and send the logs from there? Unfortunately the Robot Framework library implementation hides the init failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants