I have been trying to install the FTB launcher on Ubuntu, after downloading the .sh file i run the following commands:
sudo chmod +x ./FTBA_unix_202205171618-14abefffbf-release.sh
sudo ./FTBA_unix_202205171618-14abefffbf-release.sh
then the installation starts but ends in the following error:
jre.tar.gz 100%[===================>] 44,01M 19,3MB/s in 2,3s
2022-06-03 21:34:54 (19,3 MB/s) - ‘jre.tar.gz’ saved [46151359/46151359]
Unpacking JRE ...
Starting Installer ...
./FTBA_unix_202205171618-14abefffbf-release.sh: 683: /home/user/Minecraft/Minecraft_FTB/FTBA_unix_202205171618-14abefffbf-release.sh.45307.dir/jre/bin/java: not found
I have the following version installed as default: OpenJDK Runtime Environment (build 1.8.0_302-b08), i need to have multiple version of java in my pc for work so i use SDKMAN to control the versions, this also changes the place where java is installed but the environment variables point to the right place so i dont know what to try anymore
is my version the problem ? if yes how can i resolve the problem ?
sudo chmod +x ./FTBA_unix_202205171618-14abefffbf-release.sh
sudo ./FTBA_unix_202205171618-14abefffbf-release.sh
then the installation starts but ends in the following error:
jre.tar.gz 100%[===================>] 44,01M 19,3MB/s in 2,3s
2022-06-03 21:34:54 (19,3 MB/s) - ‘jre.tar.gz’ saved [46151359/46151359]
Unpacking JRE ...
Starting Installer ...
./FTBA_unix_202205171618-14abefffbf-release.sh: 683: /home/user/Minecraft/Minecraft_FTB/FTBA_unix_202205171618-14abefffbf-release.sh.45307.dir/jre/bin/java: not found
I have the following version installed as default: OpenJDK Runtime Environment (build 1.8.0_302-b08), i need to have multiple version of java in my pc for work so i use SDKMAN to control the versions, this also changes the place where java is installed but the environment variables point to the right place so i dont know what to try anymore
is my version the problem ? if yes how can i resolve the problem ?