- Sep 7, 2020
- 816
- 1,300
Normally I download the code via git:Well, I don't know how to compile java games. Does anyone here knows how to do it and share?
Bash:
$ git clone --depth=1 https://github.com/Innoxia/liliths-throne-public.git
Bash:
$ git pull
Bash:
$ mvn -e clean package
Make sure you either have Java8, 11, or 17 and the matching Java SE Development Kit or the Openjdk equivalents. If you have Java 11 or 17, you'll also need to download Javafx separately. I used jre17-openjdk, jdk17-openjdk, and java17-openjfx in my case. I prefer 17 since the moded version I play requires it, I have other programs that need it, and juggling different java versions is a pain in the tit.
Let's see those errors.Tried & failed...