Re: FurnitureLibraryEditor-1.22.jar will not run
by Keet » Wed May 13, 2026 8:25 am
Of course although it is possible that the FLE doesn't work correct with that same version. I use different versions for Sweet Home 3D and the FLE.
Bash script to use an installed java runtime:
Code: Select all
#!/bin/sh
exec java -jar [path]/FurnitureLibraryEditer-2.2.jar
Bash script to use the Sweet Home 3D runtime:
Code: Select all
#!/bin/sh
exec [/sweethome3d-install-directory]/runtime/bin/java -jar [path]/FurnitureLibraryEditer-2.2.jar
Make sure you make the script file executable.