Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to have Netbeans projects export their dependencies like Eclipse does?

In Eclipse, if a project uses a particular JAR file, I can mark it to provide/export it.

So if another project has a reference to the former, then the particular JAR will be available too.

How can I do that in Netbeans?

like image 425
gotch4 Avatar asked Apr 10 '26 05:04

gotch4


1 Answers

In Netbeans you always have to add JAR in the project properties, unless you use some deployment tools.

  • Right click in your project
  • Project Properties -> Libraries
  • Add JAR
like image 87
alain.janinm Avatar answered Apr 12 '26 00:04

alain.janinm