Index  | Recent Threads  | List Attachments  | 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: 12
Posts: 12   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 8982 times and has 11 replies Next Thread
l4fr4gol4
Newbie
Member's Avatar


Joined: Oct 21, 2015
Post Count: 11
Status: Offline
Reply to this Post  Reply with Quote 
Furniture librari editor and texture editor problem

I also have problem related to my sweet home first thread...When i click on jar executables of furniture editor and texture editor located in system drive C, they dont fork and open...when i copy files to partition d or e and f, when i double click they work.
[Oct 21, 2015, 6:19:32 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: 9423
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture librari editor and texture editor problem

Very strange.
Please run cmd and try to launch the Jar executable with the following command:
java -jar C:\path\to\FurnitureLibraryEditor-1.18.jar
where you'll replace path\to by the real path to the Jar file (you can also drag and drop the FurnitureLibraryEditor-1.18.jar file in the cmd window to get its full path more quickly.
In case of error, the cmd window should display some information that will be helpful to understand your issue.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Oct 24, 2015, 7:39:11 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
HawkDawg
Advanced Member
Member's Avatar

USA
Joined: Oct 6, 2015
Post Count: 199
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture librari editor and texture editor problem

Same here. I do not have Java installed but I do have the SH3D installer with Java.
Here's what I get from the command window.

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Hawk>"X:\Software2\Graphics\Sweet Home 3D\FurnitureLibraryEditor-1.18.jar"

C:\Documents and Settings\Hawk>java -jar X:\Software2\Graphics\Sweet Home 3D\FurnitureLibraryEditor-1.18.jar 'java' is not recognized as an internal or external command, operable program or batch file.

----------------------------------------
Hawk
[Oct 25, 2015, 12:58:26 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
l4fr4gol4
Newbie
Member's Avatar


Joined: Oct 21, 2015
Post Count: 11
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture librari editor and texture editor problem

I Executed jar file through cmd but nothing heppens...just like i click on executable...i see the sand clock and nothing. I also have to say, when i put this hdd (with this partition c and also have partition d )on another computer and i try to execute furniture library editor its the same...but when i execute in any other partition (partition d on same hdd or on another hdd)exept this partition , then jar file works.
So jar executables dont work when partition is active with drive letter c, and also when partition is not system when i plug hdd on another pc.
[Oct 26, 2015, 8:15:54 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
HawkDawg
Advanced Member
Member's Avatar

USA
Joined: Oct 6, 2015
Post Count: 199
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture librari editor and texture editor problem

OK! Taking your suggestion, I copied the jar file to D drive and got the same thing.

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Hawk>java -jar D:\Modeling\Sweet Home 3D\lib\FurnitureLibraryEditor-1.18.jar
'java' is not recognized as an internal or external command, operable program or batch file.

----------------------------------------
Hawk
----------------------------------------
[Edit 2 times, last edit by HawkDawg at Oct 26, 2015, 9:37:42 PM]
[Oct 26, 2015, 9:36:19 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: 9423
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture librari editor and texture editor problem

HawkDawg, you must install Java to run the Furniture Library Editor.
l4fr4gol4, I don't know what's going on in your case, but I'm sure that the Editor can be run from any drive.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Oct 26, 2015, 10:11:54 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
HawkDawg
Advanced Member
Member's Avatar

USA
Joined: Oct 6, 2015
Post Count: 199
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture librari editor and texture editor problem

HawkDawg, you must install Java to run the Furniture Library Editor.

Ah! I thought you could run it with the Java that comes with the SH3D installer.
Thanks for clearing that up for me.
----------------------------------------
Hawk
[Oct 26, 2015, 11:29:16 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
HawkDawg
Advanced Member
Member's Avatar

USA
Joined: Oct 6, 2015
Post Count: 199
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture librari editor and texture editor problem

This is where I got the idea that the Java that comes with the SH3D Installer would work for the Furniture Library Editor.

http://www.sweethome3d.com/support/forum/viewthread_thread,1550

The program is available as a 4.6 MB JAR executable file and requires you installed Java on your machine (or reuse the Java version embedded with Sweet Home 3D installer ).

----------------------------------------
Hawk
[Oct 28, 2015, 11:17:26 AM] 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: 9423
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture librari editor and texture editor problem

Sorry, if you installed Sweet Home 3D 5.1 in the default folder, you can reuse the JRE bundled with it using the following command:
C:\Program Files\Sweet Home 3D\jre1.8.0_60\bin\javaw.exe -jar \path\to\ FurnitureLibraryEditor-1.18.jar

----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Oct 28, 2015, 1:01:43 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
HawkDawg
Advanced Member
Member's Avatar

USA
Joined: Oct 6, 2015
Post Count: 199
Status: Offline
Reply to this Post  Reply with Quote 
Re: Furniture librari editor and texture editor problem

I tried that and it looks like the space after Sweet causes the command window to not accept the address of the installation of SH3D.

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Hawk>"X:\Software2\Graphics\Sweet Home 3D\FurnitureLibraryEditor-1.18.jar"

C:\Documents and Settings\Hawk>"D:\Modeling\Sweet Home 3D\jre1.8.0_60\bin\javaw.exe"

C:\Documents and Settings\Hawk>D:\Modeling\Sweet Home 3D\jre1.8.0_60\bin\javaw.exe -jar X:\Software2\Graphics\Sweet Home 3D\FurnitureLibraryEditor-1.18.jar
'D:\Modeling\Sweet' is not recognized as an internal or external command, operable program or batch file.

----------------------------------------
Hawk
----------------------------------------
[Edit 1 times, last edit by HawkDawg at Oct 28, 2015, 3:28:19 PM]
[Oct 28, 2015, 3:27:40 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Posts: 12   Pages: 2   [ 1 2 | Next Page ]
[ 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