how to add embedded browser in maven project
"rsobies" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
hello i am trying to add module to have embedded browser in my netbeans platform application (maven project) netbeans 8.1. i works ok in non-maven project. in maven project i added modules: org-netbeans-core-browser-webview, org-netbeans-module-editor-actions, (because of meessing tokens) after that i get exceptions at the start of appliction, see https://netbeans.org/bugzilla/show_bug.cgi?id=256858 adding org-netbeans-modules-projectapi did't help. is there a workaround of this problem?