ShiraST
ShiraST

Reputation: 11

An error opening a new project in Eclipse

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?

the error

Upvotes: 1

Views: 150

Answers (3)

Mario Cervera
Mario Cervera

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

Jorge Cáncer
Jorge Cáncer

Reputation: 11

You have downloaded a wrong version of Eclipse. You can find the right one here

https://www.eclipse.org/downloads/

Usefull image here

Upvotes: 0

Marcelo Ferreira
Marcelo Ferreira

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

Related Questions