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'm having trouble compiling my project with Maven. I keep getting the following error, even though I've manually included AutoItX4.jar in my build path.
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project myArtifactTest-generate-plugin: Compilation failure: Compilation failure:
[ERROR] /C:/Users/MNXE/plugins/myArtifactTest-generate/myArtifactTest-generate-plugin/src/main/java/SampleActions.java:[9,20] package autoitx4java does not exist
[ERROR] /C:/Users/MNXE/plugins/myArtifactTest-generate/myArtifactTest-generate-plugin/src/main/java/SampleActions.java:[123,38] cannot find symbol
[ERROR] symbol: class AutoItX
[ERROR] location: class SampleActions
The text was updated successfully, but these errors were encountered:
I'm having trouble compiling my project with Maven. I keep getting the following error, even though I've manually included AutoItX4.jar in my build path.
The text was updated successfully, but these errors were encountered: