Let's say you create a new project, and want it to make use of some 3rd party library, say, widget.jar. Where do you add this JAR:
- File >> Project Properties >> Libraries >> Compile-Time Libraries; or
- File >> Project Properties >> Libraries >> Run-Time Libraries; or
- File >> Project Properties >> Libraries >> Compile-Time Libraries; or
- Tools >> Libraries (Library Manager) >> Library Classpath; or
- Tools >> Java Platforms (Java Platform Manager)
All of these dialogs seem to do the same thing but I'm sure they all have their proper usages. Can't find a good "best practices" article online and the NetBeans Help Contents dialog isn't helping with this either.
Thanks!