Why didn Pixory launch when I double clicked the executable jar on Linux or Windows?
When the Java runtime is installed it should configure your operating system so that java is the handler for the .jar extension. If this configuration changes, then your operating system will not know how to make the association between Java and jars. You can always launch Pixory by hand with ‘java -jar pixory.jar’ from a shell/command line.