Re: Create a project automatically in NetBeans Platform
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
I don't know the answer, but to find the answer I would create a project manually and then look at what is added to the user directory of the application and then work on generating that data automatically at startup. But, I don't understand the part where you're concerned about creating projects twice for each application -- probably what you're trying to do is as a result of not doing something else correctly. Happy to help, if there's more details and ideally sample code on GitHub. Gj On 2-6-2016 18:23, karolinas wrote: > Hi. I am currently using netbeans platform to develop a desktop application for data visualisation. I was wondering whether there is a way to create a project automatically when the application starts? Or if someone could point me into the right direction where I could find some documentation on it. [Embarassed] > > As I want to use it for post-processing data that launches from inside my processor application. Hence in order to not create projects twice for each application, I would like to be able to have an automatically created project inside netbeans platform. > > > >