Print at Dec 15, 2025, 5:20:09 PM

Posted by buzzz at Oct 8, 2023, 2:16:48 AM
Re: automatically open .sh3d file on a Mac
Hi

On my PC with Oracle Java 15.0.2, when I build the officiel SW7.1 source, I obtain the following messages:

[echo] compiling Sweet Home 3D for Java 1.7 minimum version
[mkdir] Created dir: Desktop\SweetHome3D-7.1-src\build\classes
[javac] Desktop\SweetHome3D-7.1-src\build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 2 source files to Desktop\SweetHome3D-7.1-src\build\classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 7
[javac] warning: [options] source value 7 is obsolete and will be removed in a future release
[javac] warning: [options] target value 7 is obsolete and will be removed in a future release

But, on my mac (13.6), using Zulu 15.0.10 (Zulu 15.46), I obtain two errors:
[javac] error: source option 7 is no longer supported, Use 8 or later
[javac] error: Target option 7 is no longer supported, Use 8 or later

Any idea ?