Using base distribution modules
"Walter Eaves" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello! I've been developing a Netbeans Platform project. I'd like to know if it is possible to load modules from the Base Distribution of Netbeans. To be precise, I'd like to add "Database", Version: 1.29.1 Source: NetBeans IDE 8.1 (Build 201510222201) Plugin Description Provides a visual and text SQL editor and a browser of database connections, tables and their data. It nearly worked when I tried the 7 catalog - the plugin was downloaded and installed. But I got an error message about EDT. I moved to the using the 8.1 catalog and the plugin won't load. --- Has anyone successfully loaded this module into and Platform Application? Thanks in advance. W