Re: Maven projects CreateProcess Error

2025-01-31 Thread Michael Bien
good to hear! your project build is now windows compatible and filepath length independent ;) -mbien On 31.01.25 16:18, Alessandro Ferrucci wrote: Thank you, Michael, for your assistance! adding this snippet to my project pom.xml fixed my issues!                       org.codehaus.mojo e

Re: Maven projects CreateProcess Error

2025-01-31 Thread Alessandro Ferrucci
Thank you, Michael, for your assistance! adding this snippet to my project pom.xml fixed my issues! org.codehaus.mojo exec-maven-plugin 3.5.0 true

Re: Maven projects CreateProcess Error

2025-01-31 Thread Eric Bresie
:34 AM To: Alessandro Ferrucci Cc: users@netbeans.apache.org Subject: Re: Maven projects CreateProcess Error On 31.01.25 15:06, Alessandro Ferrucci wrote: > Hi Michael - > > > > On Fri, Jan 31, 2025 at 8:51 AM Michael Bien wrote: > > Hi, > > this is windows tell

Re: Maven projects CreateProcess Error

2025-01-31 Thread Michael Bien
On 31.01.25 15:06, Alessandro Ferrucci wrote: Hi Michael - On Fri, Jan 31, 2025 at 8:51 AM Michael Bien wrote: Hi, this is windows telling via a fairly misleading error message that the process argument length exceeds its limit. Classpath for example can get quite long

Re: Maven projects CreateProcess Error

2025-01-31 Thread Alessandro Ferrucci
Hi Michael - On Fri, Jan 31, 2025 at 8:51 AM Michael Bien wrote: > Hi, > > this is windows telling via a fairly misleading error message that the > process argument length exceeds its limit. > > Classpath for example can get quite long since it contains file paths, > when passed as argument it

Re: Maven projects CreateProcess Error

2025-01-31 Thread Michael Bien
Hi, this is windows telling via a fairly misleading error message that the process argument length exceeds its limit. Classpath for example can get quite long since it contains file paths, when passed as argument it could cause this failure - this is windows specific since all other OSes can

Maven projects CreateProcess Error

2025-01-31 Thread Alessandro Ferrucci
Hello - I'm running NetBeans 19 on a windows 11 machine, whenever I try to run/debug my Maven projects in Netbeans I receive the following error: *java.io.IOException: Cannot run program "C:\Program Files\Java\jdk-17\bin\java.exe" (in directory ".."): CreateProcess error=206, The filename or