Thelecraft: Difference between revisions

From Pengwings
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Download OpenJDK 8 from the website https://mc.theleruby.com/zulu8.92.0.21-ca-fx-jdk8.0.482-linux_x64.tar.gz
Download OpenJDK 8 with OpenJFX already bundled. This can be obtained from the website: https://mc.theleruby.com/zulu8.92.0.21-ca-fx-jdk8.0.482-linux_x64.tar.gz


Extract it somewhere e.g. /opt/jdk8.0.482-fx-linux_x64/
Extract it somewhere e.g. /opt/jdk8.0.482-fx-linux_x64/


Download bootstrap.jar https://mc.theleruby.com/bootstrap.jar
Download bootstrap.jar: https://mc.theleruby.com/bootstrap.jar


Put bootstrap.jar into a folder e.g. /opt/games/
Put bootstrap.jar into a folder specifically dedicated to thelecraft, e.g. /opt/games/thelecraft/


Make sure the user has full ownership and r/w over the installation directory
Make sure the user has full ownership and r/w over the installation directory

Latest revision as of 02:24, 12 February 2026

Download OpenJDK 8 with OpenJFX already bundled. This can be obtained from the website: https://mc.theleruby.com/zulu8.92.0.21-ca-fx-jdk8.0.482-linux_x64.tar.gz

Extract it somewhere e.g. /opt/jdk8.0.482-fx-linux_x64/

Download bootstrap.jar: https://mc.theleruby.com/bootstrap.jar

Put bootstrap.jar into a folder specifically dedicated to thelecraft, e.g. /opt/games/thelecraft/

Make sure the user has full ownership and r/w over the installation directory

Create run.sh script and make it executable

#!/bin/bash
cd /opt/games/thelecraft
export PATH=/opt/jdk8.0.482-fx-linux_x64/bin/:$PATH
java -jar bootstrap.jar

This should just-work-TM