Skip to content

Building for Arch Linux (v0.6 Java 14)

Zodsmar edited this page Dec 28, 2020 · 1 revision

I faced the same issue as you when trying to run the jar with the latest versions of jdk-openjdk and java-openjfx on my machine (Arch Linux). While I couldn't solve the error, I did find a workaround!

Instructions:

Clone the repo with git clone https://github.com/Zodsmar/SeedSearcherStandaloneTool.git Navigate to the directory Install gradle using sudo pacman -S gradle Run gradle -q buildAll Check the build/libs folder that was created by gradle. Run the jar with java -jar sassa-v0.6.0.jar Once you confirm it works, move the jar elsewhere and delete the repo Delete gradle with sudo pacman -Rs gradle Enjoy! Hope that works for you!

From Issues posted by: dylantknguyen

Clone this wiki locally