Having a trouble with creating Gradle Project in Eclipse

Hello!
I installed Gradle following the exact order written in Gradle | Installation
and I created a first Gradle project following the steps in How to create a java project with gradle in eclipse | BORAJI.COM

But when create one, I get the result that is very different from the result on the post above.
like this
Capture

How can I resolve this problem?

This isn’t actually a problem. The steps you followed were written many years ago using previous versions of the tools. The default project template has changed since then. You are still free to modify the project structure to whatever you require, but what’s generated automatically for you is not going to match what is shown in the screenshots from 4 years ago.

1 Like