This describes how to have ursim running in Ubuntu 16.04. The latest Ursim could be downloaded from here. Unzip the files using
tar -zxf filename.tar.gz
-
Install Java 8.
-
Change the following line, in install.sh file: ( A sample file could be found in the repo)
commonDependencies='libcurl3 openjdk-6-jre libjava3d-* ttf-dejavu* fonts-ipafont fonts-baekmuk fonts-nanum fonts-arphic-uming fonts-arphic-ukai'
tocommonDependencies='libcurl3 openjdk-8-jre libjava3d-* ttf-dejavu* fonts-ipafont fonts-baekmuk fonts-nanum fonts-arphic-uming fonts-arphic-ukai'
-
Make sure the system is sourcing or using java8. This can be done by:
- Find the version of java that is running or sourced by
java -version
- if there are multiple version use:
sudo update-alternatives --config java
- select the version to be jdk 8.
- Find the version of java that is running or sourced by
-
Change the following files to be executable
sudo chmod +x filename.sh
- start-ursim.sh
- starturcontrol.sh
- stopurcontrol.sh
- URControl
-
Run in the terminal
bash install.sh
or. install.sh
from the unzipped folder. -
Run
bash start-ursim.sh
or. start-ursim.sh
from the unzipped file directory system.