CLIHandler for extra CLI arguments
Jean-Marc Borer <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CADAUzbkrQeNMGG-bQpJAtb+mJZQ+0BTkujx38u1DnfB9D_UMZQ@mail.gmail.com> |
Hello All, You can define custom startup args for your netbeans app that you will handle by registering your own CLIHandler with the help of @ServiceProvider. But... The startup module which contains the class declares friends and of course your module is not on the list. So you must cheat to make your module friend of the startup module Why is CLIHandler not publicly available? Anyone another experience with this topic? Cheers, JMB