Slipstream mod manager (for the Steam game FTL: Faster Than Light) was unable to find java
I followed this tutorial:
https://ftl-hyperspace.github.io/FTL-Hyperspace/install-guides/linux/genericlinux/steam-install
And at step 24 I got the following error: <attached screenshot>
What should I do? How can I give it access to java?
13 Replies
is there a jre folder beside the executable?
I don't think, I'll attach a screenshot.
bruh the tutorial doesnt even mention any java lmao
Solution
probably just do
brew install openjdk
Weird, the attached download link in step 4 doesn't contain the jre folder, but the screenshots in the tutorial shows there is a jre folder included. https://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.9.1/SlipstreamModManager_1.9.1-Unix.tar.gz/download
Download SlipstreamModManager_1.9.1-Unix.tar.gz (Slipstream Mod Man...
A mod manager for the game FasterThanLight.
What does it do?
install java
using brew
either its was included or they just forgot they already set it up
I copy-pasted the command into the terminal, it installed many dependencies and things I don't comprehend (but I assume it was successful because the last one was a cleanup tool), but running the modman.command yields the same error message.
try
command -v java
It outputs
/home/linuxbrew/.linuxbrew/bin/java
, but pasting this into dolphin cancels the search. Navigating into the bin folder shows countless files, searching for java
shows <attached screenshot>.try cd-ing to the mod directory and manually run the modman
run
cd ~/your/folder
and then run ./modman.command
~ will expand to your home pathIt appears Slipstream opened succesfully. Thank you for the help! 🙂
Albeit I can't get through step 39, I'll mark the post as solved because it's beyond the scope of the post('s title).
btw this is probably worth reporting to their team so they can revise the instruction to include java installation