You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The arch linux build steps are a bit out of date. And also the jar doesn't run out of the box, you have to compile it
1:Install Java 11 by doing 'sudo pacman -S jdk11-openjdk'
2:Switch your java version by doing 'sudo archlinux-java set java-11-openjdk'
3:Clone the git repo and navigate to it(self explanatory)
4.Use the gradlew script built into the repo to build(its an older version): './gradlew -q buildAll'
5:Set java version back to java 8 or 16 by doing: sudo archlinux-java set java-11-openjdk OR sudo archlinux-java set java-8-openjdk/jre
The arch linux build steps are a bit out of date. And also the jar doesn't run out of the box, you have to compile it
1:Install Java 11 by doing 'sudo pacman -S jdk11-openjdk'
2:Switch your java version by doing 'sudo archlinux-java set java-11-openjdk'
3:Clone the git repo and navigate to it(self explanatory)
4.Use the gradlew script built into the repo to build(its an older version): './gradlew -q buildAll'
5:Set java version back to java 8 or 16 by doing: sudo archlinux-java set java-11-openjdk OR sudo archlinux-java set java-8-openjdk/jre
the final WORKING jar file is here https://www.mediafire.com/file/k0k2p21gxe7azxp/sassa-v0.6.3.jar/file
The text was updated successfully, but these errors were encountered: