I have a really annoying problem in Eclipse java neon, when i do a right click on a package in order to create a new class or in any area, Eclipse don’t show me proposition like class, package or even project but only a incomplete menu unusable I have already launch eclipse with -clean but not help
An illustration of the problem, I also notice that Eclipse is in… debug mode ? (upper left corner)
Advertisement
Answer
You are in the Debug Perspective (see What is a Perspective?). You can switch back to the Java or JEE perspective (where most development activities are typically performed) by using the perspective switcher toolbar in the upper-right corner of the Eclipse window.
I suggest you learn about the use of Perspectives in Eclipse.