Add External Library to EJB Module — NWDS
2 min readJun 9, 2020
Create an External Library component and the public.
- Create an “External Library” component.
2. Go to Project Explorer/ext_demo copy your external library and paste to “libraries” folder
3. The public path for another component call.
Go to Component properties of ext_demo > Public Parts > right-click on api(Use on design time) and select Manage Entities do same thing in archives(Use on run time).
4. Deploy your external library.
Import your external library to another module.
- Add dependencies to ejb_demo.
2. Try to create an instance object that refers to your library