Reputation: 11
I've downloaded the JDK and Eclipse and started learning how to code in Java.
All of a sudden when I try to open a new project, I get this screen saying "select a wizard" with nothing to select. It won't let me continue.
I uninstalled and re-installed the software (although it worked fine before) but the problem remained.
What can I do?
Upvotes: 1
Views: 150
Reputation: 671
I may be wrong but ... I'd say it is just a problem of the window size. Try resizing the "New Project" dialog to show its actual content :-)
Upvotes: 1
Reputation: 11
You have downloaded a wrong version of Eclipse. You can find the right one here
https://www.eclipse.org/downloads/
Upvotes: 0
Reputation: 466
Use another perspective, for example Java, JAVA EE go to in menu Window -> Show View -> Other and select the perspective you like
Or access menu File New Project and select one time of the project
Upvotes: 0