Re: Java - Furniture Libraby Plug in issues - illegal redirect? & apparently Java not operational anymore?

by Keet » Thu Mar 27, 2025 9:38 am

With these kind of questions ALWAYS include your system details. It makes a huge difference if you're on Windows, Linux, or Mac.
It looks like that Chat GPT is not reliable to solve your issue yet.
If you want to install Sweet Home 3D, use its installer at https://sourceforge.net/projects/sweeth ... ome3D-7.5/
He asked about the Furniture Library Editor, which doesn't include its own Java like Sweet Home 3D does. It would be nice if the Furniture Library Editor by default works with the Sweet Home 3D supplied Java version. Currently that is not always true.

But sometimes it does [:)]
Make sure you have correctly installed Sweet Home 3D.
Then try starting the Furniture Library Editor with this command line:

Code: Select all

<[i]path-to-sweethome3d-install-dir[/i]>/runtime/bin/java -jar <[i]path-to-furniture-library-editor[/i]>/FurnitureLibraryEditor-2.2.jar
If that works you can create a command/bat/bash script with this:
(Linux sh example)

Code: Select all

exec <[i]path-to-sweethome3d-install-dir[/i]>/runtime/bin/java -jar <[i]path-to-furniture-library-editor[/i]>/FurnitureLibraryEditor-2.2.jar
Use the script to start your Furniture Library Editor.