Re: TopComponent not running
Steven Yi <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CANtcCs7e3bBM3PYzM+Gtp9Htei==mZgtEO44J8CnrWqSLrY_7w@mail.gmail.com> |
The log notes the user directory: > Home Directory = C:\Users\ReStart > Current Directory = C:\Program Files\pctmonitor > User Directory = C:\Users\ReStart\AppData\Roaming\.pctmonitor\dev > Cache Directory = C:\Users\ReStart\AppData\Roaming\.pctmonitor\dev\var\cache I've seen issues occur when updating the names of TopComponents where old persistence data causes some kind of error when loading. Also, from the log it looks like there are a lot of keyboard short cuts defined that link (i.e., uses shadows) to things that are maybe removed. One thing to try is moving that dev folder (rename it, back it up, etc.) then try running the program. Also, I see "201510222201" in a lot of the module names. What version of NetBeans is being used? On Thu, Mar 9, 2017 at 4:37 PM, Graeme <[email protected]> wrote: > The Help/About dialog will show you the path used for User Directory and Cache Directory. Compare the IDE dialog to your installed dialog and you will see they are different. > > For Windows look in the program files/yourapp/etc folder there should be a conf file. > > Change this property: default_userdir to use the user directory your IDE about dialog displays. > > When you launch your installed app next time it will load the configuration from your IDE user directory. > > This might help determine if the issue is missing/corrupt configuration information vs missing binaries. > > If it works correctly using the IDE directory - compare the files for differences - especially the layer.xml file. > > > >