How to add a jar/library to user's project
"nerzid" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Im developing a module and I need to add a library (I've created) to user's project in order to use it in there project. Basically I've created custom annotation ( @CustomAnnotation ) and when I add this annotation to methods , It gives error because its not imported and there isn't any library that have @CustomAnnotation. Thanks for helping.