Re: How do i build a SweetHome3D v 2.5 source project?

by Puybaret » Wed Aug 11, 2010 9:42 am

First, your question isn't How to build but How to run... [;)]

The UnsatisfiedLinkError you got means the program couldn't find the Java 3D DLL j3dcore-ogl.
Try these other VM arguments:

Code: Select all

-Djava.ext.dirs=${workspace_loc:SweetHome3D}/lib;${workspace_loc:SweetHome3D}/lib/windows
or

Code: Select all

-Djava.library.path=${workspace_loc:SweetHome3D}/lib/windows
And prefer to run the main method of com.eteks.sweethome3d.SweetHome3D class.