You need two packages (this for porteus 2.1).
1) The openjre package is needed, you can get it from usm package manager:
Code: Select all
usm -u all
usm -g openjre # select 2) openjre-8u91_b14-x86_64-1gv.txz
/etc/profile.d/openjre.sh
or just use the path of the java command as in the following.
Code: Select all
/usr/lib64/java/jre/bin/java -jar /your-path-to/cgoban.jar
https://sourceforge.net/projects/domina ... urce=files
Once the openjre package is activated and placed in the /porteus/modules folder, all you have to do is to change the Domination_install_1.1.1.6.jar permission so that it could be executable (right click the file, permissions= is executable) and:
Code: Select all
root@porteus:~# /usr/lib64/java/jre/bin/java -jar /tmp/Domination_install_1.1.1.6.jar
Code: Select all
root@porteus:~# /usr/local/Domination/run.sh
