FYI, Adding -J-Djdk.lang.Process.allowAmbiguousCommands=true to
netbeans_default_options does resolve the issue.

Tested with 11.2-beta3 with amazon corretto 11.0.5 and 1.8.0_212

--Christian

On Fri, Oct 18, 2019 at 2:51 PM Matthias Bläsing <mblaes...@doppel-helix.eu>
wrote:

> Hi,
>
> Am Freitag, den 18.10.2019, 19:37 +0100 schrieb Peter Hull:
> > Possibly it is the change labelled "Runtime.exec and ProcessBuilder
> > Argument Restrictions" in
> >
> https://www.oracle.com/technetwork/java/javase/11all-relnotes-5013287.html#R11_0_5
> >
> > In which case it's not a bug introduced by JDK and the command line
> > for maven needs to change, I think.
>
> so is there a reason no to set:
>
> jdk.lang.Process.allowAmbiguousCommands
>
> to true? From the above referenced link:
>
> [...] The restrictions are enforced if there is a security manager and
> the jdk.lang.Process.allowAmbiguousCommands property is "false" or
> there is no security manager and property is not "false".[...]
>
> As we run with a security manager that property might be our escape to
> that property.
>
> Greetings
>
> Matthias
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Reply via email to