I would like to generate Eclipse Java Project with my Java program. When I click a button: it will generate an eclipse project with the parameters I specified (source path, library, …)
My questions are:
-
is there a way to do that ? and how ? (api).
-
it is possible to generate Net-beans project too ?
Best regards,
Florent
Create Java Project in Eclipse first. Then look into directory created. You should find there two files: .project and .classpath. These are the files you should create in your app to get what you want.