Thanks for replying. I tried that and it didn't help. I think I have
the right Jar files imported, but I can't get the build system to
recognize them. It's a brand new project so I think I'll just switch to
Maven, I think I can get the artifact IDs for the files.
On 10/27/2020 4:49 PM, Laszlo Kishalmi wrote:
See the details at
https://docs.gradle.org/current/userguide/declaring_dependencies.html
I'd add the following to the dependencies:
implementation files(<path to ext jar1>, <path to ext jar2>,...)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists