installation and running on Debian Jessie don't work

by bertaudmarc » Fri May 08, 2015 3:25 pm

Hi !
I am just downloaded sweethome3d version 4.6 on my Debian Jessie. I extracted it, opened sweethome3d folder and executed the following command:

Code: Select all

./SweetHome3D
I get following error:

Code: Select all

Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/bm/Downloads/SweetHome3D-4.6/jre1.6.0_45/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory
The command:

Code: Select all

locate libXext.so
returns:

Code: Select all

/usr/lib/x86_64-linux-gnu/libXext.so.6
/usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
Shall I move libXext.so.6 in SweetHome3D-4.6/jre1.6.0_45/lib/i386/xawt folder ?