You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use AutoIT in Serenity BDD framework. I am getting compilation error package does not exist -cannot find symbol even though all the required jars and dll's are present and set up.Added a dependency for jacob, could not find one for autoitx4java .
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] C:\OpenUI-SJBAutomationExecution\src\main\java\pages\LoginPage.java:[3,0] error: package autoitx4java does not exist
[ERROR] C:\OpenUI-SJBAutomationExecution\src\main\java\pages\LoginPage.java:[4,20] error: package com.jacob.com does not exist
[ERROR] C:\OpenUI-SJBAutomationExecution\src\main\java\pages\LoginPage.java:[88,21] error: cannot find symbol
[ERROR] symbol: variable LibraryLoader
location: class LoginPage
C:\OpenUI-SJBAutomationExecution\src\main\java\pages\LoginPage.java:[90,2] error: cannot find symbol
[ERROR] symbol: class AutoItX
location: class LoginPage
C:\OpenUI-SJBAutomationExecution\src\main\java\pages\LoginPage.java:[90,18] error: cannot find symbol
Could you please help here.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use AutoIT in Serenity BDD framework. I am getting compilation error package does not exist -cannot find symbol even though all the required jars and dll's are present and set up.Added a dependency for jacob, could not find one for autoitx4java .
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] C:\OpenUI-SJBAutomationExecution\src\main\java\pages\LoginPage.java:[3,0] error: package autoitx4java does not exist
[ERROR] C:\OpenUI-SJBAutomationExecution\src\main\java\pages\LoginPage.java:[4,20] error: package com.jacob.com does not exist
[ERROR] C:\OpenUI-SJBAutomationExecution\src\main\java\pages\LoginPage.java:[88,21] error: cannot find symbol
[ERROR] symbol: variable LibraryLoader
location: class LoginPage
C:\OpenUI-SJBAutomationExecution\src\main\java\pages\LoginPage.java:[90,2] error: cannot find symbol
[ERROR] symbol: class AutoItX
location: class LoginPage
C:\OpenUI-SJBAutomationExecution\src\main\java\pages\LoginPage.java:[90,18] error: cannot find symbol
Could you please help here.
The text was updated successfully, but these errors were encountered: