Re: Trying to understand how to run a locally modified/built SH3D
by Puybaret » Mon Aug 23, 2021 6:18 pm
The [font=courier new]SweetHome3D-version.jar[/font] file generated by the default Ant target is a JAR Executable file that can be run with a command like:
Code: Select all
java -jar [i]/path/to/[/i]SweetHome3D-version.jar
If you want to run it with the same options as
SweetHome3D-Java3D-1_5_2, you should add the option [font=courier new]-Dcom.eteks.sweethome3d.j3d.version=1.5.2[/font] after [font=courier new]java[/font] command, i.e.
Code: Select all
java -Dcom.eteks.sweethome3d.j3d.version=1.5.2 -jar [i]/path/to/[/i]SweetHome3D-version.jar