Replies: 2 comments 3 replies
-
In order to run the latest version of Pixelitor on Linux, you need two things: (1) a Java runtime and (2) a jar file that is created from Pixelitor's latest source code. You've already downloaded the latest Java runtime. This is a precompiled distribution, so there's no need to build it. However, you still need to have the latest jar file. The easiest way to get that is described here: https://github.com/lbalazscs/Pixelitor/wiki/Downloading-the-latest-development-build Once you have that, you can run it with the command Of course you can put this command into a shell script or into a desktop shortcut. |
Beta Was this translation helpful? Give feedback.
-
Note that I recommend getting a Java runtime from https://adoptium.net because the last time I tried the one from jdk.java.net, it didn't had some of the translation files that are not Pixelitor-specific, but they are useful. It's a good idea to get Java 22 (instead of the "latest LTS", which currently is Java 21), because Pixelitor might require Java 22 soon (but the current version only requires Java 21) |
Beta Was this translation helpful? Give feedback.
-
I downloaded the Linux / x64 tar.gz openjdk 22 at https://jdk.java.net/22/
I uncompressed the archive, now what do I do with this directory?
I'm on Ubuntu-MATE 20.04
Beta Was this translation helpful? Give feedback.
All reactions