System Info
-------------
Code: Select all
$ cat /etc/centos-release
CentOS Linux release 7.6.1810 (Core)Code: Select all
$ uname -a
Linux lb-cam-bca-12 3.10.0-1062.1.1.el7.x86_64 #1 SMP Fri Sep 13 22:55:44 UTC 2019 x86_64 x86_64 x86_64 GNU/LinuxCode: Select all
$ java -version
openjdk version "1.8.0_292"
OpenJDK Runtime Environment (build 1.8.0_292-b10)
OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)
Code: Select all
$ javaws -version
icedtea-web 1.7.1 (rhel-1.el7-x86_64)I downloaded SweetHome3D.jnlp and used the command:
Code: Select all
$ javaws SweetHome3D.jnlpThis seemed to work OK, but when I open a .sh3d file and try to convert it to svg format by going to:
Code: Select all
Plan->Export to SVG format ...If I install the same sweet home version on a windows 10 machine I can export to .svg fine.
Would anyone have any idea why this might not work on a centos 7 machine ?
Is this the correct way to run swwet home on linux (using the .jnlp file), or do I need to download a different file ?