User Preferences Directory
"Asterix45" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi geertjan, thanks for your reply. I'm working now on this project, I have found the properties file, it's under the NetBeansProject, inside the forlder of the full Platform Application, in the build folder as you suggest (I was looking it in the Module Subfolder). In my application I've setted a class to load a default properties file in case of first installation and put everything in the NbPreferences object, however i found that when I start my application in running mode I had different path than when I run it in debug mode (I'm using a default string to locate file, I think I should use other platform API like lookup..) and I could not find the problem. Regards.