Re: Spawn Shell Process

by treehousenorris2 » Tue Mar 09, 2021 3:26 pm

Aha, the jre bundled with Sweet Home for Mac needed an executable permission on jspawnhelper.

Code: Select all

chmod u+x /Applications/Sweet\ Home\ 3D.app/Contents/Plugins/Java.runtime/Contents/Home/jre/lib/jspawnhelper
or

Code: Select all

<target name="macosxBundle"...
    <!-- Change executable permission of jspawnhelper lost during copy task -->
    <chmod perm="+x" file="install/macosx/SweetHome3D-${version}/Sweet Home 3D.app/Contents/Plugins/Java.runtime/Contents/Home/jre/lib/jspawnhelper"/>