Re: [mdr-users] dependence on javax.jmi.reflect/1 module
Martin Matula <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
The jar with your generated interfaces should contain a similar manifest.mf to the one included in mof.jar (just change the module name) and should be placed into $nbdir/modules directory. (you can look at the manifest to see how a dependency between netbeans modules can be declared) This does not apply for the case when you are running your application as a standalone thing - in that case everything should work normally. Regards, Martin ludger goeke wrote: >Hi Martin, >what do you mean with depends on javax.jmi.reflect/1 module ? > >Regards Ludger > > >