You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Will Hartung <wi...@gmail.com> on 2021/03/11 17:50:56 UTC

Adding jar to java modules maven project

Working with a JDK 11 project that uses module-info, how do I add a
dependency that's not modularized? That's just a plain, legacy jar?

If I simply add the dependency, auto complete can't see it, fix imports
can't see it, etc.

So how is that done?

Thanks,

Will Hartung