How to change default folder structure
Posted: Sun Mar 13, 2022 10:37 am
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:
I want the folder structure to be:
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
Code: Select all
project->source->build
project->source->components
project->source->app->main