Re: JAVA: How to change the default furniture catalog?

by Sweeto » Thu Nov 26, 2015 2:55 pm

At first I have added the obj- and png-files to this folder:

Code: Select all

Path_To_Sweet_Home_3D\SweetHome3D-5.1-src\src\com\eteks\sweethome3d\io\resources
And edited the language property file and the normal property file (see above) in:

Code: Select all

Path_To_Sweet_Home_3D\SweetHome3D-5.1-src\src\com\eteks\sweethome3d\io
But it did not work.


Then I have added the obj and png-files to this folder:

Code: Select all

Path_To_Sweet_Home_3D\SweetHome3D-5.1-src\classes\com\eteks\sweethome3d\io\resources
And edited the property files in:

Code: Select all

Path_To_Sweet_Home_3D\SweetHome3D-5.1-src\classes\com\eteks\sweethome3d\io
Now it works! :)

What is the right way to do this? Do I really have to add the obj and png files in the classes folder (it doesn't make sense to me)? I am sorry, for those basic programming questions.