Print at Dec 20, 2025, 2:33:34 AM View all posts in this thread on one page
Posted by enkonyito at Jan 24, 2018, 5:47:01 PM
SweetHome3D build failed
When I try to rebuild SweetHome3D, I get the following message:
path\to\Eclipse Java workspace\SweetHome3D>ant
Buildfile: path\to\Eclipse Java workspace\SweetHome3D\build.xml

build:
[javac] path\to\Eclipse Java workspace\SweetHome3D\build.xml:45: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 2 source files to path\to\Eclipse Java workspace\SweetHome3D\build\classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.3
[javac] error: Source option 1.3 is no longer supported. Use 1.6 or later.
[javac] error: Target option 1.1 is no longer supported. Use 1.6 or later.

BUILD FAILED


Configuration:
Windows 10 64-bit
JDK-9.0.1
----------------------------------------
EnkoNyito

Posted by Puybaret at Jan 24, 2018, 7:25:53 PM
Re: SweetHome3D build failed
You'll have to compile with JDK 8, because JDK 9 removed support for -source and -target javac options with a value less than 1.6.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator