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
{{ message }}
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.
jarURL already contains "file:" that what I see from ImagePath.get() is
"jar:file:file:C:/xxx/yyy/myartifact.jar!/images".
And it finally fails to locate the image file.
The workaround I'm using is to call ImagePath.addJar() instead of ImagePath.add().
However, the final artifact executable jar name is less consistent than the class name, so it would be great if I could call ImagePath.add() to get it worked.
Also I don't think the behavior is intended?
The text was updated successfully, but these errors were encountered:
SikuliX-2014/API/src/main/java/org/sikuli/basics/FileManager.java
Line 911 in 1bac29e
SikuliX-2014/API/src/main/java/org/sikuli/script/ImagePath.java
Line 654 in 1bac29e
jarURL already contains "file:" that what I see from ImagePath.get() is
"jar:file:file:C:/xxx/yyy/myartifact.jar!/images".
And it finally fails to locate the image file.
The workaround I'm using is to call ImagePath.addJar() instead of ImagePath.add().
However, the final artifact executable jar name is less consistent than the class name, so it would be great if I could call ImagePath.add() to get it worked.
Also I don't think the behavior is intended?
The text was updated successfully, but these errors were encountered: