Thread: Minion on Linux
View Single Post
01/15/21, 07:24 PM   #16
Lizzi's Bow
Join Date: Nov 2019
Posts: 6
Why doesn't this work?

/usr/java/jre1.8.0_271/bin/java -jar "/home/lizzias/Downloads/Minion3.0.5-java/Minion-jfx.jar"

download java 8 from here:

https://www.java.com/en/download/

easy install follow these instructions:

Change to the directory in which you want to install. Type:
cd directory_path_name
For example, to install the software in the /usr/java/ directory, Type:
cd /usr/java/

Move the .tar.gz archive binary to the current directory.
Unpack the tarball and install Java
tar zxvf jre-8u73-linux-x64.tar.gz

The Java files are installed in a directory called jre1.8.0_73 in the current directory. In this example, it is installed in the /usr/java/jre1.8.0_73 directory. When the installation has completed, you will see the word Done.
Delete the .tar.gz file if you want to save disk space.

Last edited by Lizzi's Bow : 01/15/21 at 07:51 PM.
  Reply With Quote