Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
FURNITURE LIBRARY EDITOR v 1.17
-------------------------------
This archive contains source code of the Furniture Library Editor for Sweet Home 3D.
You may also download this source code with the following CVS command:
cvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_1_17 FurnitureLibraryEditor
As this project depends on Sweet Home 3D, download and install also Sweet Home 3D source code from
http://prdownloads.sourceforge.net/sweethome3d/SweetHome3D-5.0-src.zip
or with the following CVS command:
cvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_5_0 SweetHome3D
HOW TO USE THIS SOURCE CODE
---------------------------
Source code classes are compatible with Java SE 5, and the directory where
you find this file may be compiled as an Eclipse project or with Ant.
If you want to compile and test the Java files of this release
with Eclipse, please follow the next steps:
1. install last JDK 5 or greater available at http://java.sun.com
2. install Eclipse available at http://www.eclipse.org
3. in Eclipse, select File > Import... menu
4. in "Select an import source" list of Import dialog box,
choose "Existing project into Workspace" option
5. click on Next button
6. in "Select root directory" text field,
type or select the path to the root of this archive
7. click on Finish
8. repeat the steps 3 to 7 to import Sweet Home 3D project
You may execute com.eteks.furniturelibraryeditor.FurnitureLibraryEditor
application included in this archive, with the Eclipse Run menu.
As this application requires Java 3D, open Run Dialog in Eclipse,
select the Arguments tab of the target application, and add to the VM arguments
text field the option -Djava.ext.dirs=../SweetHome3D/lib;../SweetHome3D/lib/windows,
-Djava.ext.dirs=../SweetHome3D/lib:../SweetHome3D/lib/macosx,
-Djava.ext.dirs=../SweetHome3D/lib:../SweetHome3D/lib/linux/i386 or
-Djava.ext.dirs=../SweetHome3D/lib:../SweetHome3D/lib/linux/x64 depending on
your system and its architecture.
If you want to build Furniture Library Editor with Ant, please install last JDK or greater and
Ant available at http://ant.apache.org/, and run ant command in the directory where
you uncompressed this archive.
The default target provided by build.xml Ant file builds a JAR executable version.
Read build.xml Ant file for more information about other available targets.
Read LICENSE.TXT file for more details about licenses applicable to this software
and included materials developed by third parties.
Copyright (c) 2010-2014 Emmanuel Puybaret / eTeks. Distributed under GNU General Public License