Index  | Recent Threads  | Search
 Welcome Guest  |  Register  |  Login
Login Name  Password
 

Sweet Home 3D Forum



No member browsing this thread
Thread Status: Active
Total posts in this thread: 5
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 9012 times and has 4 replies Next Thread
nuvolari
Newbie



United Kingdom
Joined: Jul 9, 2017
Post Count: 3
Status: Offline
Reply to this Post  Reply with Quote 
FurnitureLibraryEditor-1.22.jar will not run

I am running XP SP3. I have been using SH3D for some time, and followed the prompt to update to 5.7 today.
I spotted the FurnitureLibraryEditor program while on the website.
After some fun and games I found the java program in C:\Program Files\Sweet Home 3D\jre8\bin.I copied the .jar file into the bin directory, and double clicked - nothing happened.
What am I not doing?
[Feb 3, 2018, 9:51:25 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9440
Status: Offline
Reply to this Post  Reply with Quote 
Re: FurnitureLibraryEditor-1.22.jar will not run

It's not because you place the .jar file in the same directory as javaw.exe that it will be launched with a double click! If you don't want to separately install Java, you'll have to open a cmd window and run the following command:
"C:\Program Files\Sweet Home 3D\jre8\bin\javaw.exe" -jar "C:\Program Files\Sweet Home 3D\jre8\bin\FurnitureLibraryEditor-1.22.jar"

----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Feb 3, 2018, 11:38:33 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
ahari
Newbie



Deutschland
Joined: Apr 25, 2026
Post Count: 4
Status: Offline
Reply to this Post  Reply with Quote 
Re: FurnitureLibraryEditor-1.22.jar will not run

An old thread, I know, but is there an equivalent on Linux (Mint)?

In other words, can I use somehow call the java that is included in SweetHome 3D (I understood that it's there)? I would prefer not to install an extra Java runtime environment for the FurnitureLibraryEditor.
Or did I misunderstand this?
[May 12, 2026, 7:01:01 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Keet
Advanced Member
Member's Avatar

Netherlands
Joined: Apr 8, 2022
Post Count: 1801
Status: Offline
Reply to this Post  Reply with Quote 
Re: FurnitureLibraryEditor-1.22.jar will not run

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:
#!/bin/sh
exec java -jar [path]/FurnitureLibraryEditer-2.2.jar

Bash script to use the Sweet Home 3D runtime:
#!/bin/sh
exec [/sweethome3d-install-directory]/runtime/bin/java -jar [path]/FurnitureLibraryEditer-2.2.jar

Make sure you make the script file executable.
----------------------------------------
Dodecagon.nl
1300+ 3D models, manuals, and projects
[May 13, 2026, 10:25:39 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
ahari
Newbie



Deutschland
Joined: Apr 25, 2026
Post Count: 4
Status: Offline
Reply to this Post  Reply with Quote 
Re: FurnitureLibraryEditor-1.22.jar will not run

Thank you very much!
[May 13, 2026, 4:05:33 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread

  Get Sweet Home 3D at SourceForge.net. Fast, secure and Free Open Source software downloads  
© Copyright 2024 Space Mushrooms - All rights reserved