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
France
Joined: Nov 7, 2005
Post Count: 9426
Status:
Offline
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