Hello,
has anyone succussful installed the URSIM 3.14.3 on Ubuntu 20.04 with Java 11 ?
(… The simulator has been tested on …Ubuntu 14.04 based…)
If I want to install URSIM I have some issues:
-
Install.sh shows that Java 11 ist too old, but it’s the newest version !!!
I have solved it by modifing the install.sh script: …“if version>1.6” to “if version>0”…
Then I can start the installation. -
Install.sh want to install libcurl3, but that ist old.
I have solved it by modifing the install.sh script: …“libcurl3” to “libcurl4”… -
After that I can start the install process, but at the and I have no Start-Icon.
If I want to start URSIM with start-ursim.sh it seems to start, but Java hangs and URSIM doesn’t start.
What can I do to run URSIM 3.14.3 on Ubuntu 20.04 with Java 11 ?
Thank you