Creating a Library Wrapper Module Project

See Also

Use library wrapper module project template to create a library wrapper module project. Library wrapper module projects put one or more library JAR files on a module's classpath. You have to export some or all of the packages as public, or the library wrapper module becomes useless. The wizard that you use to create the library wrapper module project automatically exports as public any packages it finds in the JARs.

To create a library wrapper module project:

  1. Choose File > New Project (Ctrl-Shift-N).
  2. From the NetBeans Plug-in Module category, select Library Wrapper Module Project.
  3. In the Name and Location panel, specify the following:
  4. Click Finish.
See Also
About NetBeans Platform and Module Development
About the NetBeans Platform
About the System Filesystem
About NetBeans Platform and Module Development
About XML Layer Files
Working with Modules
Module Tasks: Quick Reference

Legal Notices