Re: User Preferences Directory
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
https://platform.netbeans.org/tutorials/nbm-options.html Gj On 12-12-2015 18:11, Asterix45 wrote: > Hi all, > > I'm trying to manage the user preferences in my NetBeans Platform application. > > I have method to set the default preferences of my app (a class installer extends ModuleInstall) and I would like to understand where this settings are located in the file system. > > I'm under linux and I can't find this file under my user home/.config or under home/.netbeans. > Also, I would like to understand where this file is located under windows. > > I've found this on the web > > http://bits.netbeans.org/dev/javadoc/org-openide-util/org/openide/util/doc-files/preferences.html > > but it doesen't suit with my environment. > > Thanks in advance. > > > >