Page 1 of 1

How to change default folder structure

Posted: Sun Mar 13, 2022 10:37 am
by aalhadi
Hello
I have some projects in eclipse and I want to change the folder structure but don't know where to change the path for build, component, etc...
Just changing the folder will fail the compiler
The current structure is:

Code: Select all

project->main
project->build
project->components
I want the folder structure to be:

Code: Select all

project->source->build
project->source->components
project->source->app->main