Re: [Sikuli-driver] [Question #707288]: Recovering Source Code from Compiled .jar File for SikulixIDE

2023-07-14 Thread Oleksij Atirovich
Question #707288 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/707288 Status: Answered => Solved Oleksij Atirovich confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #707288]: Recovering Source Code from Compiled .jar File for SikulixIDE

2023-07-14 Thread RaiMan
Question #707288 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/707288 Status: Open => Answered RaiMan proposed the following answer: unzip the jar and look for .pyc files, which is the compiled code of your script. ... and you have to look for your images. You may try