Hello,
I created a very simple Netbeans Module app, containing
* The aggregator Module (it's called parent)
* The app module
* The branding module
* An additional Netbeans module, let's call it X.
Everything works fine on compile.
Now, I have got a p
Mike
Gradle just uses the dependencies you have given it, the dependencies can
be refined to restrict where they are used (runtime, compileOnly example)
and also whether you want gradle to include children dependencies and
children of those etc. (I can't remember the syntax there).
It looks like
The usual thing is to create an jar only with the classpath information
and main jar in the manifest file, then you can use that single jar to
execute your application.
On 7/11/19 6:11 AM, Mike Billman wrote:
Because we have a lot of jar files in our classpath, I get:
CreateProcess error=206
Quite a lot more details are needed here, I think.
I see dozens of responses when I google 'CreateProcess error=206, The
filename or extension is too long'.
Gj
On Thu, Jul 11, 2019 at 3:11 PM Mike Billman
wrote:
> Because we have a lot of jar files in our classpath, I get:
>
>
>
> CreateProces
Because we have a lot of jar files in our classpath, I get:
CreateProcess error=206, The filename or extension is too long
Is there an easy way around this?
Mike
From: Geertjan Wielenga
Sent: Wednesday, July 10, 2019 4:28 PM
To: Mike Billman
Cc: Laszlo Kishalmi ; users@netbeans.apache.org
Sub