PhotoCollageForge

Paint programs, vector editors, 3d modelers, animation editors, etc.
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

PhotoCollageForge

#1 Post by labbe5 »

https://sourceforge.net/projects/photoc ... p_redirect

PhotoCollageForge is a jar file (1.4mb). You need to have Java installed or OpenJDK.
For Dog-based users :
$ sudo apt-get install openjdk-8-jre

Once you have the latest Java Runtime Environment installed :

Open the jar file in terminal :

java -jar PhotoCollageForge-1.0.1.jar

labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

installing Java 8

#2 Post by labbe5 »

Mintpup users need to install Java 8 from Oracle.

There is a ppa :

$sudo add-apt-repository ppa:webupd8team/java -y

Then :

apt update and apt oracle-java8-installer

On Ubuntu derivatives, oracle-java8-set-default will be installed in the installation process. It automatically set up the Java 8 environment variables.

java -version will show version in terminal :

java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) Server VM (build 25.121-b13, mixed mode)

Now you are ready to open PhotoCollageForge in Mintpup with :
java -jar filename.jar

Post Reply