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

2023-07-13 Thread Oleksij Atirovich
New question #707288 on SikuliX: https://answers.launchpad.net/sikuli/+question/707288 Hello! It so happened that I lost the source code of my program, but I still have the compiled .jar file. Is there any way for me to retrieve my code from it, which I can edit in SikulixIDE? It will be very d

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 t

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