Re: NetBeans - Gradle - jar

2023-07-06 Thread Thomas Kellerer
Arbol One schrieb am 06.07.2023 um 19:53: > I am trying to add a local jar file to my Gradle web project, but I don't > know how. Can any body help? You can use: implementation files("/path/to/your/library.jar") in your build.gradle ---

Re: NetBeans - Gradle - jar

2023-07-06 Thread Ulrich Mayring
Create local directory "lib" and put someFile.jar in it. Then: repositories { flatDir { dirs 'lib' } } dependencies { implementation name: 'someFile' } Am 06.07.23 um 19:53 schrieb Arbol One: I am trying to add a local jar file to my Gradle web project, but I don't know ho

NetBeans - Gradle - jar

2023-07-06 Thread Arbol One
I am trying to add a local jar file to my Gradle web project, but I don't know how. Can any body help? -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations. ArbolOne on Java Development is