User Preferences Directory
"Asterix45" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
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.